No Description

suroa 3a2087689d Merge branches 'scrollback' and 'settings' into suroa 5 years ago
patches 7729e647bd add patches directory 5 years ago
FAQ 56d7da0a52 base files 5 years ago
LEGACY 56d7da0a52 base files 5 years ago
LICENSE 56d7da0a52 base files 5 years ago
Makefile 56d7da0a52 base files 5 years ago
README 56d7da0a52 base files 5 years ago
TODO 56d7da0a52 base files 5 years ago
arg.h 56d7da0a52 base files 5 years ago
config.def.h 5a718c02e3 add settings for scrollback 5 years ago
config.h 5a718c02e3 add settings for scrollback 5 years ago
config.mk 56d7da0a52 base files 5 years ago
st.1 56d7da0a52 base files 5 years ago
st.c 10b30d561d add scrollback patch 5 years ago
st.h 10b30d561d add scrollback patch 5 years ago
st.info 56d7da0a52 base files 5 years ago
win.h 56d7da0a52 base files 5 years ago
x.c 10b30d561d add scrollback patch 5 years ago

README

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.