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.