Açıklama Yok

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

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.