No Description

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

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.