Version 0.9
st is a simple terminal emulator for X which sucks less. from suckless.org
git clone https://github.com/04burhanuddin/st.git
cd st
sudo make clean install
- Alpha - This patch allows users to change the opacity of the background
- Anysize - By default, st's window size always snaps to the nearest multiple of the character size plus a fixed inner border (set with borderpx in config.h)...
- Blinking Cursor - This patch allows the use of a blinking cursor.
- Boxdraw - Custom rendering of lines/blocks/braille characters for gapless alignment.
- Colorscheme - This patch adds multiple color schemes and lets you change them without having to restart st.
- Font2 - This patch allows to add spare font besides default....
- Glphy Wide Support - This patch fixes wide glyphs truncation
- Scrollback - Scroll back through terminal output using Shift+{PageUp, PageDown}.
Based on Aurélien APTEL bt source code.