dwt1--dotfiles/st
Derek Taylor 56c05fa166 Starting my herbstluft journey. 2019-03-16 12:25:29 -05:00
..
FAQ Patching st for scrollback. 2019-02-18 20:40:11 -06: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 Patching st for scrollback. 2019-02-18 20:40:11 -06:00
config.h Starting my herbstluft journey. 2019-03-16 12:25:29 -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-scrollback-20190122-3be4cf1.diff Patching st for scrollback. 2019-02-18 20:41:24 -06:00
st-scrollback-mouse-0.8.diff Patching st for scrollback. 2019-02-18 20:41:24 -06:00
st-scrollback-mouse-altscreen-20190131-e23acb9.diff Patching st for scrollback. 2019-02-18 20:41:24 -06:00
st.1 Patching st for scrollback. 2019-02-18 20:40:11 -06:00
st.c Patching st for scrollback. 2019-02-18 20:40:11 -06:00
st.h Patching st for scrollback. 2019-02-18 20:40:11 -06:00
st.info Patching st for scrollback. 2019-02-18 20:40:11 -06:00
win.h Patching st for scrollback. 2019-02-18 20:40:11 -06:00
x.c Patching st for scrollback. 2019-02-18 20:40:11 -06: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.