|
hace 3 años | |
---|---|---|
FAQ | hace 3 años | |
LEGACY | hace 3 años | |
LICENSE | hace 3 años | |
Makefile | hace 3 años | |
README.org | hace 3 años | |
TODO | hace 3 años | |
arg.h | hace 3 años | |
config.def.h | hace 3 años | |
config.def.h.orig | hace 3 años | |
config.h | hace 3 años | |
config.mk | hace 3 años | |
st | hace 3 años | |
st-alpha-0.8.2.diff | hace 3 años | |
st-clipboard-0.8.3.diff | hace 3 años | |
st-gruvbox-dark-0.8.2.diff | hace 3 años | |
st-scrollback-0.8.4.diff | hace 3 años | |
st-scrollback-mouse-20191024-a2c479c.diff | hace 3 años | |
st-universcroll-0.8.4.diff | hace 3 años | |
st.1 | hace 3 años | |
st.c | hace 3 años | |
st.c.orig | hace 3 años | |
st.h | hace 3 años | |
st.h.orig | hace 3 años | |
st.info | hace 3 años | |
st.o | hace 3 años | |
win.h | hace 3 años | |
x.c | hace 3 años | |
x.c.orig | hace 3 años | |
x.o | hace 3 años |
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.