dotfiles/st
2025-07-30 07:45:48 +03:30
..
arg.h
boxdraw.c
boxdraw_data.h
config.def.h
config.h suicide 2025-07-30 07:45:48 +03:30
config.h.save
config.h.save.1
config.h.save.2
config.h.save.3
config.h~
config.mk
graphics.c
graphics.h
hb.c
hb.h
hb.o
icat-mini.sh
khash.h
kvec.h
LEGACY
LICENSE
Makefile
README
rowcolumn_diacritics_helpers.c
st suicide 2025-07-30 07:45:48 +03:30
st-alpha-changealpha-20230519-b44f2ad.diff
st.1
st.c
st.h
st.info
st.o
TODO
win.h
x.c
x.o suicide 2025-07-30 07:45:48 +03: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.