akko cdbc862560 Removed bold fonts 4 years ago
..
st-0.8.1 78a3f6a26c Update st 5 years ago
.st.c.swp 697f9025a0 changed font 5 years ago
1rvk 78a3f6a26c Update st 5 years ago
FAQ bee020b84e st configuration files 5 years ago
LEGACY bee020b84e st configuration files 5 years ago
LICENSE bee020b84e st configuration files 5 years ago
Makefile bee020b84e st configuration files 5 years ago
Minecraft 78a3f6a26c Update st 5 years ago
README bee020b84e st configuration files 5 years ago
TODO bee020b84e st configuration files 5 years ago
arg.h bee020b84e st configuration files 5 years ago
config.def.h bee020b84e st configuration files 5 years ago
config.h 5c8ba68815 Changed background color 5 years ago
config.mk bee020b84e st configuration files 5 years ago
st dca2035bae Made bold fonts brightless 4 years ago
st-0.8.1.tar.gz 78a3f6a26c Update st 5 years ago
st.1 bee020b84e st configuration files 5 years ago
st.c bee020b84e st configuration files 5 years ago
st.c.orig bee020b84e st configuration files 5 years ago
st.h bee020b84e st configuration files 5 years ago
st.h.orig bee020b84e st configuration files 5 years ago
st.info bee020b84e st configuration files 5 years ago
st.o b6ac97da95 changed bg 5 years ago
win.h bee020b84e st configuration files 5 years ago
x.c cdbc862560 Removed bold fonts 4 years ago
x.c.orig bee020b84e st configuration files 5 years ago
x.o dca2035bae Made bold fonts brightless 4 years ago

README

st - simple terminal
--------------------
st is a simple terminal emulator for X which sucks less.

Patches:
-----------
* Alpha
* Scrollback
* Scrollback mouse

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.