Immanuel Onyeka c9ba942453 | il y a 3 ans | |
---|---|---|
.pc | il y a 4 ans | |
debian | il y a 4 ans | |
.gitignore | il y a 4 ans | |
FAQ | il y a 4 ans | |
LEGACY | il y a 4 ans | |
LICENSE | il y a 4 ans | |
Makefile | il y a 4 ans | |
README | il y a 4 ans | |
TODO | il y a 4 ans | |
arg.h | il y a 4 ans | |
config.def.h | il y a 4 ans | |
config.def.h.orig | il y a 4 ans | |
config.h | il y a 3 ans | |
config.mk | il y a 4 ans | |
st | il y a 3 ans | |
st-osc10-20210106-9c4b3f4.diff | il y a 4 ans | |
st.1 | il y a 4 ans | |
st.c | il y a 4 ans | |
st.c.orig | il y a 4 ans | |
st.c.rej | il y a 4 ans | |
st.h | il y a 4 ans | |
st.h.orig | il y a 4 ans | |
st.h.rej | il y a 4 ans | |
st.info | il y a 4 ans | |
win.h | il y a 4 ans | |
x.c | il y a 4 ans | |
x.c.orig | il y a 4 ans |
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.