dwt1--dotfiles/st
Derek Taylor c0c50fa576 Adding new screenshot. 2020-03-19 15:37:04 -05:00
..
FAQ Lots of updates. 2020-03-19 14:50:17 -05:00
LEGACY Patching st for scrollback. 2019-02-18 20:40:11 -06:00
LICENSE Patching st for scrollback. 2019-02-18 20:40:11 -06:00
Makefile Patching st for scrollback. 2019-02-18 20:40:11 -06:00
README Patching st for scrollback. 2019-02-18 20:40:11 -06:00
TODO Patching st for scrollback. 2019-02-18 20:40:11 -06:00
arg.h Patching st for scrollback. 2019-02-18 20:40:11 -06:00
config.def.h Lots of updates. 2020-03-19 14:50:17 -05:00
config.h Adding new screenshot. 2020-03-19 15:37:04 -05:00
config.mk Patching st for scrollback. 2019-02-18 20:40:11 -06:00
st-alpha-20190116-3be4cf1.diff Updating the suckless builds. 2019-02-12 12:05:25 -06:00
st.1 Patching st for scrollback. 2019-02-18 20:40:11 -06:00
st.c Lots of updates. 2020-03-19 14:50:17 -05:00
st.h Lots of updates. 2020-03-19 14:50:17 -05:00
st.info Lots of updates. 2020-03-19 14:50:17 -05:00
win.h Patching st for scrollback. 2019-02-18 20:40:11 -06:00
x.c Lots of updates. 2020-03-19 14:50:17 -05:00

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