My build of the st terminal.
 
 
 
 
Go to file
Hiltjo Posthuma 87545c612e tiny code-style and typo-fix in comment 2020-05-09 14:05:04 +02:00
FAQ Update FAQ with the last modifications 2020-04-11 15:23:23 +02:00
LEGACY
LICENSE LICENSE: fix a few years 2018-03-14 20:08:00 +01:00
Makefile
README
TODO
arg.h
config.def.h auto-sync: draw on idle to avoid flicker/tearing 2020-05-09 13:53:50 +02:00
config.mk bump version to 0.8.3 2020-04-27 13:56:25 +02:00
st.1
st.c tiny code-style and typo-fix in comment 2020-05-09 14:05:04 +02:00
st.h
st.info Add st-mono terminfo entry 2020-04-11 15:23:23 +02:00
win.h
x.c tiny code-style and typo-fix in comment 2020-05-09 14:05:04 +02:00

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 <aurelien dot aptel at gmail dot com> bt source code.