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) | il y a 2 ans | |
---|---|---|
patches | il y a 2 ans | |
.SRCINFO | il y a 3 ans | |
.gitignore | il y a 2 ans | |
FAQ | il y a 3 ans | |
LEGACY | il y a 3 ans | |
LICENSE | il y a 3 ans | |
Makefile | il y a 2 ans | |
PKGBUILD | il y a 3 ans | |
README.md | il y a 2 ans | |
TODO | il y a 3 ans | |
arg.h | il y a 3 ans | |
boxdraw.o | il y a 3 ans | |
config.def.h | il y a 2 ans | |
config.def.h.orig | il y a 2 ans | |
config.h | il y a 2 ans | |
config.mk | il y a 2 ans | |
hb.c | il y a 2 ans | |
hb.h | il y a 2 ans | |
hb.o | il y a 2 ans | |
st | il y a 2 ans | |
st.1 | il y a 3 ans | |
st.c | il y a 2 ans | |
st.c.orig | il y a 2 ans | |
st.h | il y a 2 ans | |
st.h.orig | il y a 2 ans | |
st.h.rej | il y a 2 ans | |
st.info | il y a 3 ans | |
st.o | il y a 2 ans | |
st_wallpaper.ff | il y a 2 ans | |
win.h | il y a 2 ans | |
x.c | il y a 2 ans | |
x.c.orig | il y a 2 ans | |
x.o | il y a 2 ans |
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.