NETLIFYHOSTINGAHMD d28a0c82ad first commit vor 1 Monat
..
FAQ d28a0c82ad first commit vor 1 Monat
LEGACY d28a0c82ad first commit vor 1 Monat
LICENSE d28a0c82ad first commit vor 1 Monat
Makefile d28a0c82ad first commit vor 1 Monat
README d28a0c82ad first commit vor 1 Monat
TODO d28a0c82ad first commit vor 1 Monat
arg.h d28a0c82ad first commit vor 1 Monat
config.def.h d28a0c82ad first commit vor 1 Monat
config.h d28a0c82ad first commit vor 1 Monat
config.mk d28a0c82ad first commit vor 1 Monat
st d28a0c82ad first commit vor 1 Monat
st-scrollback-0.8.5.diff d28a0c82ad first commit vor 1 Monat
st-scrollback-mouse-20220127-2c5edf2.diff d28a0c82ad first commit vor 1 Monat
st.1 d28a0c82ad first commit vor 1 Monat
st.c d28a0c82ad first commit vor 1 Monat
st.c.orig d28a0c82ad first commit vor 1 Monat
st.h d28a0c82ad first commit vor 1 Monat
st.info d28a0c82ad first commit vor 1 Monat
st.o d28a0c82ad first commit vor 1 Monat
win.h d28a0c82ad first commit vor 1 Monat
x.c d28a0c82ad first commit vor 1 Monat
x.o d28a0c82ad first commit vor 1 Monat

README

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 bt source code.