notes/bst
2025-12-05 05:12:40 -08:00
..
arg.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 Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
FAQ Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
LEGACY Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
LICENSE Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
Makefile Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
README Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
st 🔧 Adjustments to configurations 2025-12-05 05:12:40 -08:00
st-alpha-20220206-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 Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
st.1 Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
st.c 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.info Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
st.o 🔧 Adjustments to configurations 2025-12-05 05:12:40 -08:00
TODO Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
win.h Added box to main st, kept old bst 2023-02-17 22:59:37 -08:00
x.c 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.