dotfiles-mirror/st
2026-02-17 22:49:02 +03:30
..
arg.h update 2026-02-17 22:49:02 +03:30
boxdraw.c update 2026-02-17 22:49:02 +03:30
boxdraw_data.h update 2026-02-17 22:49:02 +03:30
config.def.h update 2026-02-17 22:49:02 +03:30
config.h update 2026-02-17 22:49:02 +03:30
config.h.save update 2026-02-17 22:49:02 +03:30
config.h.save.1 update 2026-02-17 22:49:02 +03:30
config.h.save.2 update 2026-02-17 22:49:02 +03:30
config.h.save.3 update 2026-02-17 22:49:02 +03:30
config.h~ update 2026-02-17 22:49:02 +03:30
config.mk update 2026-02-17 22:49:02 +03:30
graphics.c update 2026-02-17 22:49:02 +03:30
graphics.h update 2026-02-17 22:49:02 +03:30
hb.c update 2026-02-17 22:49:02 +03:30
hb.h update 2026-02-17 22:49:02 +03:30
hb.o update 2026-02-17 22:49:02 +03:30
icat-mini.sh suicide 2025-07-29 04:42:29 +03:30
khash.h update 2026-02-17 22:49:02 +03:30
kvec.h update 2026-02-17 22:49:02 +03:30
LEGACY update 2026-02-17 22:49:02 +03:30
LICENSE update 2026-02-17 22:49:02 +03:30
Makefile update 2026-02-17 22:49:02 +03:30
README update 2026-02-17 22:49:02 +03:30
rowcolumn_diacritics_helpers.c update 2026-02-17 22:49:02 +03:30
st update 2026-02-05 03:05:24 +03:30
st-alpha-changealpha-20230519-b44f2ad.diff update 2026-02-17 22:49:02 +03:30
st.1 update 2026-02-17 22:49:02 +03:30
st.c update 2026-02-17 22:49:02 +03:30
st.core update 2026-02-17 22:49:02 +03:30
st.h update 2026-02-17 22:49:02 +03:30
st.info update 2026-02-17 22:49:02 +03:30
st.o update 2026-02-17 22:49:02 +03:30
TODO update 2026-02-17 22:49:02 +03:30
win.h update 2026-02-17 22:49:02 +03:30
x.c update 2026-02-17 22:49:02 +03:30
x.o update 2026-02-17 22:49:02 +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.