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