Bez popisu

Adam Salwowski e4ea06c2b6 updating files před 2 roky
FAQ f291be3426 updating files před 2 roky
LEGACY f291be3426 updating files před 2 roky
LICENSE f291be3426 updating files před 2 roky
Makefile f291be3426 updating files před 2 roky
README.org 7894ecfa82 updating files před 2 roky
TODO f291be3426 updating files před 2 roky
arg.h f291be3426 updating files před 2 roky
config.def.h e4ea06c2b6 updating files před 2 roky
config.def.h.orig e4ea06c2b6 updating files před 2 roky
config.h e4ea06c2b6 updating files před 2 roky
config.mk f291be3426 updating files před 2 roky
st e4ea06c2b6 updating files před 2 roky
st-alpha-0.8.2.diff f291be3426 updating files před 2 roky
st-clipboard-0.8.3.diff 7894ecfa82 updating files před 2 roky
st-gruvbox-dark-0.8.2.diff f291be3426 updating files před 2 roky
st-scrollback-0.8.4.diff 7894ecfa82 updating files před 2 roky
st-scrollback-mouse-20191024-a2c479c.diff f1b4654977 updating files před 2 roky
st-universcroll-0.8.4.diff f1b4654977 updating files před 2 roky
st.1 f291be3426 updating files před 2 roky
st.c f1b4654977 updating files před 2 roky
st.c.orig f1b4654977 updating files před 2 roky
st.h f1b4654977 updating files před 2 roky
st.h.orig e4ea06c2b6 updating files před 2 roky
st.info f291be3426 updating files před 2 roky
st.o f1b4654977 updating files před 2 roky
win.h f291be3426 updating files před 2 roky
x.c f1b4654977 updating files před 2 roky
x.c.orig e4ea06c2b6 updating files před 2 roky
x.o e4ea06c2b6 updating files před 2 roky

README.org

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.