My fork/config of the suckless terminal
  • C 97%
  • Roff 1.9%
  • Makefile 1.1%
Find a file
2026-01-19 17:09:14 -05:00
patches Blinking cursor 2026-01-19 17:09:14 -05:00
.gitignore Remove patch side effect files 2022-06-18 15:19:24 -04:00
arg.h Extract upstream st-0.9.2 2024-05-30 18:08:31 -04:00
boxdraw.c Add boxdraw patch (0.9.2) 2024-05-30 19:45:45 -04:00
boxdraw_data.h Add boxdraw patch (0.9.2) 2024-05-30 19:45:45 -04:00
config.def.h Blinking cursor 2026-01-19 17:09:14 -05:00
config.h Blinking cursor 2026-01-19 17:09:14 -05:00
config.mk Add ligatures patch (0.9.2) 2024-05-30 20:12:10 -04:00
FAQ Extract upstream st-0.9.2 2024-05-30 18:08:31 -04:00
hb.c Add ligatures patch (0.9.2) 2024-05-30 20:12:10 -04:00
hb.h Add ligatures patch (0.9.2) 2024-05-30 20:12:10 -04:00
LEGACY Extract upstream st-0.9.2 2024-05-30 18:08:31 -04:00
LICENSE Extract upstream st-0.9.2 2024-05-30 18:08:31 -04:00
Makefile Add ligatures patch (0.9.2) 2024-05-30 20:12:10 -04:00
README Extract upstream st-0.9.2 2024-05-30 18:08:31 -04:00
st.1 Extract upstream st-0.9.2 2024-05-30 18:08:31 -04:00
st.c Proper cursor hiding for scrollback 2024-05-31 01:04:36 -04:00
st.h Add standard scrollback patch (0.9.2) 2024-05-31 00:27:20 -04:00
st.info Add appsync patch (0.9.2) 2024-05-31 00:52:25 -04:00
TODO Extract upstream st-0.9.2 2024-05-30 18:08:31 -04:00
win.h Add ligatures patch (0.9.2) 2024-05-30 20:12:10 -04:00
x.c Blinking cursor 2026-01-19 17:09:14 -05: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.