Immanuel Onyeka c9ba942453 | пре 3 година | |
---|---|---|
.pc | пре 4 година | |
debian | пре 4 година | |
.gitignore | пре 4 година | |
FAQ | пре 4 година | |
LEGACY | пре 4 година | |
LICENSE | пре 4 година | |
Makefile | пре 4 година | |
README | пре 4 година | |
TODO | пре 4 година | |
arg.h | пре 4 година | |
config.def.h | пре 4 година | |
config.def.h.orig | пре 4 година | |
config.h | пре 3 година | |
config.mk | пре 4 година | |
st | пре 3 година | |
st-osc10-20210106-9c4b3f4.diff | пре 4 година | |
st.1 | пре 4 година | |
st.c | пре 4 година | |
st.c.orig | пре 4 година | |
st.c.rej | пре 4 година | |
st.h | пре 4 година | |
st.h.orig | пре 4 година | |
st.h.rej | пре 4 година | |
st.info | пре 4 година | |
win.h | пре 4 година | |
x.c | пре 4 година | |
x.c.orig | пре 4 година |
st - simple terminal
--------------------
st is a simple terminal emulator for X which sucks less.
Requirements
------------
In order to build st you need the Xlib header files.
Installation
------------
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
Running st
----------
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.
Credits
-------
Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.