Adam Salwowski e4ea06c2b6 updating files | il y a 2 ans | |
---|---|---|
FAQ | il y a 2 ans | |
LEGACY | il y a 2 ans | |
LICENSE | il y a 2 ans | |
Makefile | il y a 2 ans | |
README.org | il y a 2 ans | |
TODO | il y a 2 ans | |
arg.h | il y a 2 ans | |
config.def.h | il y a 2 ans | |
config.def.h.orig | il y a 2 ans | |
config.h | il y a 2 ans | |
config.mk | il y a 2 ans | |
st | il y a 2 ans | |
st-alpha-0.8.2.diff | il y a 2 ans | |
st-clipboard-0.8.3.diff | il y a 2 ans | |
st-gruvbox-dark-0.8.2.diff | il y a 2 ans | |
st-scrollback-0.8.4.diff | il y a 2 ans | |
st-scrollback-mouse-20191024-a2c479c.diff | il y a 2 ans | |
st-universcroll-0.8.4.diff | il y a 2 ans | |
st.1 | il y a 2 ans | |
st.c | il y a 2 ans | |
st.c.orig | il y a 2 ans | |
st.h | il y a 2 ans | |
st.h.orig | il y a 2 ans | |
st.info | il y a 2 ans | |
st.o | il y a 2 ans | |
win.h | il y a 2 ans | |
x.c | il y a 2 ans | |
x.c.orig | il y a 2 ans | |
x.o | il y a 2 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 bt source code.