strlst 8fba93d47e finally gitignored object files hace 5 años
..
FAQ 39525e6665 set up dwm anew hace 6 años
LEGACY 39525e6665 set up dwm anew hace 6 años
LICENSE 39525e6665 set up dwm anew hace 6 años
Makefile 39525e6665 set up dwm anew hace 6 años
README 39525e6665 set up dwm anew hace 6 años
TODO 39525e6665 set up dwm anew hace 6 años
arg.h 39525e6665 set up dwm anew hace 6 años
bestcolors.c 39525e6665 set up dwm anew hace 6 años
config.def.h 39525e6665 set up dwm anew hace 6 años
config.h 39525e6665 set up dwm anew hace 6 años
config.h.st.backup 39525e6665 set up dwm anew hace 6 años
config.mk 39525e6665 set up dwm anew hace 6 años
st 39525e6665 set up dwm anew hace 6 años
st-clipboard-0.7.diff 39525e6665 set up dwm anew hace 6 años
st.1 39525e6665 set up dwm anew hace 6 años
st.c 39525e6665 set up dwm anew hace 6 años
st.info 39525e6665 set up dwm anew hace 6 años

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 -s st.info

See the man page for additional details.

Credits
-------
Based on Aurélien APTEL bt source code.