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) | пре 2 година | |
---|---|---|
patches | пре 2 година | |
.SRCINFO | пре 3 година | |
.gitignore | пре 2 година | |
FAQ | пре 3 година | |
LEGACY | пре 3 година | |
LICENSE | пре 3 година | |
Makefile | пре 2 година | |
PKGBUILD | пре 3 година | |
README.md | пре 2 година | |
TODO | пре 3 година | |
arg.h | пре 3 година | |
boxdraw.o | пре 3 година | |
config.def.h | пре 2 година | |
config.def.h.orig | пре 2 година | |
config.h | пре 2 година | |
config.mk | пре 2 година | |
hb.c | пре 2 година | |
hb.h | пре 2 година | |
hb.o | пре 2 година | |
st | пре 2 година | |
st.1 | пре 3 година | |
st.c | пре 2 година | |
st.c.orig | пре 2 година | |
st.h | пре 2 година | |
st.h.orig | пре 2 година | |
st.h.rej | пре 2 година | |
st.info | пре 3 година | |
st.o | пре 2 година | |
st_wallpaper.ff | пре 2 година | |
win.h | пре 2 година | |
x.c | пре 2 година | |
x.c.orig | пре 2 година | |
x.o | пре 2 година |
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.