No Description

fuzzy eeb2dc5fa5 fuzzy 1 year ago
patches eeb2dc5fa5 fuzzy 1 year ago
FAQ eeb2dc5fa5 fuzzy 1 year ago
LEGACY eeb2dc5fa5 fuzzy 1 year ago
LICENSE eeb2dc5fa5 fuzzy 1 year ago
Makefile eeb2dc5fa5 fuzzy 1 year ago
README eeb2dc5fa5 fuzzy 1 year ago
TODO eeb2dc5fa5 fuzzy 1 year ago
arg.h eeb2dc5fa5 fuzzy 1 year ago
config.def.h eeb2dc5fa5 fuzzy 1 year ago
config.def.h.orig eeb2dc5fa5 fuzzy 1 year ago
config.def.h.rej eeb2dc5fa5 fuzzy 1 year ago
config.h eeb2dc5fa5 fuzzy 1 year ago
config.mk eeb2dc5fa5 fuzzy 1 year ago
st fdab12563a st 1 year ago
st.1 eeb2dc5fa5 fuzzy 1 year ago
st.c eeb2dc5fa5 fuzzy 1 year ago
st.c.orig eeb2dc5fa5 fuzzy 1 year ago
st.c.rej eeb2dc5fa5 fuzzy 1 year ago
st.h eeb2dc5fa5 fuzzy 1 year ago
st.h.orig eeb2dc5fa5 fuzzy 1 year ago
st.h.rej eeb2dc5fa5 fuzzy 1 year ago
st.info eeb2dc5fa5 fuzzy 1 year ago
st.o 2e119aeca5 first commit 2 years ago
win.h eeb2dc5fa5 fuzzy 1 year ago
x.c eeb2dc5fa5 fuzzy 1 year ago
x.o 4f1c7adbbd small changes 1 year ago

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.