scklss/st-0.8.4
2022-01-29 19:35:04 +01:00
..
patches Created patch to fix issues with boders not being cleared correctly due to the anysize patch being used 2022-01-29 19:32:57 +01:00
arg.h Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
config.def.h Tweaks to some window settings and fonts 2021-10-17 15:47:34 +02:00
config.mk Lots of changes... 2021-03-14 01:13:51 +01:00
FAQ Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
hb.c Lots of changes... 2021-03-14 01:13:51 +01:00
hb.h Lots of changes... 2021-03-14 01:13:51 +01:00
LEGACY Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
LICENSE Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
Makefile Lots of changes... 2021-03-14 01:13:51 +01:00
README Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
st.1 Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
st.c Lots of changes... 2021-03-14 01:13:51 +01:00
st.h Lots of changes... 2021-03-14 01:13:51 +01:00
st.info Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
TODO Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
win.h Lots of changes... 2021-03-14 01:13:51 +01:00
x.c applied the anysize xclear patch 2022-01-29 19:35:04 +01:00

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.