No description
Find a file
2025-07-26 11:38:54 -04:00
arg.h init 2025-07-26 11:38:54 -04:00
config.def.h init 2025-07-26 11:38:54 -04:00
config.h init 2025-07-26 11:38:54 -04:00
config.mk init 2025-07-26 11:38:54 -04:00
FAQ init 2025-07-26 11:38:54 -04:00
LEGACY init 2025-07-26 11:38:54 -04:00
LICENSE init 2025-07-26 11:38:54 -04:00
Makefile init 2025-07-26 11:38:54 -04:00
README init 2025-07-26 11:38:54 -04:00
st init 2025-07-26 11:38:54 -04:00
st-alpha-20240814-a0274bc.diff init 2025-07-26 11:38:54 -04:00
st.1 init 2025-07-26 11:38:54 -04:00
st.c init 2025-07-26 11:38:54 -04:00
st.h init 2025-07-26 11:38:54 -04:00
st.h.orig init 2025-07-26 11:38:54 -04:00
st.info init 2025-07-26 11:38:54 -04:00
st.o init 2025-07-26 11:38:54 -04:00
TODO init 2025-07-26 11:38:54 -04:00
win.h init 2025-07-26 11:38:54 -04:00
x.c init 2025-07-26 11:38:54 -04:00
x.c.orig init 2025-07-26 11:38:54 -04:00
x.c.rej init 2025-07-26 11:38:54 -04:00
x.o init 2025-07-26 11:38:54 -04: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.