Adam Salwowski e4ea06c2b6 updating files | пре 2 година | |
---|---|---|
FAQ | пре 2 година | |
LEGACY | пре 2 година | |
LICENSE | пре 2 година | |
Makefile | пре 2 година | |
README.org | пре 2 година | |
TODO | пре 2 година | |
arg.h | пре 2 година | |
config.def.h | пре 2 година | |
config.def.h.orig | пре 2 година | |
config.h | пре 2 година | |
config.mk | пре 2 година | |
st | пре 2 година | |
st-alpha-0.8.2.diff | пре 2 година | |
st-clipboard-0.8.3.diff | пре 2 година | |
st-gruvbox-dark-0.8.2.diff | пре 2 година | |
st-scrollback-0.8.4.diff | пре 2 година | |
st-scrollback-mouse-20191024-a2c479c.diff | пре 2 година | |
st-universcroll-0.8.4.diff | пре 2 година | |
st.1 | пре 2 година | |
st.c | пре 2 година | |
st.c.orig | пре 2 година | |
st.h | пре 2 година | |
st.h.orig | пре 2 година | |
st.info | пре 2 година | |
st.o | пре 2 година | |
win.h | пре 2 година | |
x.c | пре 2 година | |
x.c.orig | пре 2 година | |
x.o | пре 2 година |
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 bt source code.