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