st/st
2021-07-29 21:14:52 +05:30
..
arg.h Cleanup; renamed st-0.8.4 to st 2021-07-29 21:14:52 +05:30
config.def.h Cleanup; renamed st-0.8.4 to st 2021-07-29 21:14:52 +05:30
config.h Cleanup; renamed st-0.8.4 to st 2021-07-29 21:14:52 +05:30
config.mk Cleanup; renamed st-0.8.4 to st 2021-07-29 21:14:52 +05:30
FAQ Cleanup; renamed st-0.8.4 to st 2021-07-29 21:14:52 +05:30
LEGACY Cleanup; renamed st-0.8.4 to st 2021-07-29 21:14:52 +05:30
LICENSE Cleanup; renamed st-0.8.4 to st 2021-07-29 21:14:52 +05:30
Makefile Cleanup; renamed st-0.8.4 to st 2021-07-29 21:14:52 +05:30
README Cleanup; renamed st-0.8.4 to st 2021-07-29 21:14:52 +05:30
st.1 Cleanup; renamed st-0.8.4 to st 2021-07-29 21:14:52 +05:30
st.c Cleanup; renamed st-0.8.4 to st 2021-07-29 21:14:52 +05:30
st.h Cleanup; renamed st-0.8.4 to st 2021-07-29 21:14:52 +05:30
st.info Cleanup; renamed st-0.8.4 to st 2021-07-29 21:14:52 +05:30
TODO Cleanup; renamed st-0.8.4 to st 2021-07-29 21:14:52 +05:30
win.h Cleanup; renamed st-0.8.4 to st 2021-07-29 21:14:52 +05:30
x.c Cleanup; renamed st-0.8.4 to st 2021-07-29 21:14:52 +05:30

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 <aurelien dot aptel at gmail dot com> bt source code.