notes/st
2025-12-05 05:12:40 -08:00
..
b Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
arg.h
boxdraw.c Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
boxdraw.o First commit done from gentoo! 2025-11-30 17:31:07 -08:00
boxdraw_data.h Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
config.def.h Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
config.h 🔧 Adjustments to configurations 2025-12-05 05:12:40 -08:00
config.mk
FAQ
LEGACY
LICENSE
Makefile Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
README
st 🔧 Adjustments to configurations 2025-12-05 05:12:40 -08:00
st-alpha-20220206-0.8.5.diff
st-boxdraw_v2-0.8.5.diff Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
st-scrollback-0.8.5.diff
st.1
st.c Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
st.c.orig Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
st.h Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
st.h.orig Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
st.h.rej Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
st.info
st.o First commit done from gentoo! 2025-11-30 17:31:07 -08:00
TODO
win.h
x.c Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
x.c.orig Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
x.o 🔧 Adjustments to configurations 2025-12-05 05:12:40 -08: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.