Aucune description

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

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.