This is a mirror of http://vitali64.duckdns.org/git/suckless/st.git . Issues are accepted.
Vitali64 04e4f05203 Add emoji support (see notice in README.md) | hace 2 años | |
---|---|---|
patches | hace 2 años | |
.SRCINFO | hace 3 años | |
.gitignore | hace 2 años | |
FAQ | hace 3 años | |
LEGACY | hace 3 años | |
LICENSE | hace 3 años | |
Makefile | hace 2 años | |
PKGBUILD | hace 3 años | |
README.md | hace 2 años | |
TODO | hace 3 años | |
arg.h | hace 3 años | |
boxdraw.o | hace 3 años | |
config.def.h | hace 2 años | |
config.def.h.orig | hace 2 años | |
config.h | hace 2 años | |
config.mk | hace 2 años | |
hb.c | hace 2 años | |
hb.h | hace 2 años | |
hb.o | hace 2 años | |
st | hace 2 años | |
st.1 | hace 3 años | |
st.c | hace 2 años | |
st.c.orig | hace 2 años | |
st.h | hace 2 años | |
st.h.orig | hace 2 años | |
st.h.rej | hace 2 años | |
st.info | hace 3 años | |
st.o | hace 2 años | |
st_wallpaper.ff | hace 2 años | |
win.h | hace 2 años | |
x.c | hace 2 años | |
x.c.orig | hace 2 años | |
x.o | hace 2 años |
st is a simple terminal emulator for X which sucks less.
In order to build st you need the Xlib header files.
Please first make sure that libxft-bgra
is installed: it
contains a patch necessary for emojis to render or else, st
will crash when trying to render one.
Edit config.mk to match your local setup (st is installed into the /usr/local namespace by default).
Afterwards enter the following command to build and install st (if necessary as root):
make clean install
If you did not install st with make clean install, you must compile the st terminfo entry with the following command:
tic -sx st.info
See the man page for additional details.
Based on Aurélien APTEL {aurelien dot aptel at gmail dot com} bt source code.