strlst 39089d473c new dmenu and a bunch of revisions 1 年之前
..
FAQ 39089d473c new dmenu and a bunch of revisions 1 年之前
LEGACY 39089d473c new dmenu and a bunch of revisions 1 年之前
LICENSE 39089d473c new dmenu and a bunch of revisions 1 年之前
Makefile 39089d473c new dmenu and a bunch of revisions 1 年之前
README 39089d473c new dmenu and a bunch of revisions 1 年之前
TODO 39089d473c new dmenu and a bunch of revisions 1 年之前
arg.h 39089d473c new dmenu and a bunch of revisions 1 年之前
config.def.h 39089d473c new dmenu and a bunch of revisions 1 年之前
config.h 39089d473c new dmenu and a bunch of revisions 1 年之前
config.mk 39089d473c new dmenu and a bunch of revisions 1 年之前
st.1 39089d473c new dmenu and a bunch of revisions 1 年之前
st.c 39089d473c new dmenu and a bunch of revisions 1 年之前
st.h 39089d473c new dmenu and a bunch of revisions 1 年之前
st.info 39089d473c new dmenu and a bunch of revisions 1 年之前
win.h 39089d473c new dmenu and a bunch of revisions 1 年之前
x.c 39089d473c new dmenu and a bunch of revisions 1 年之前

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.