My fork of st 0.8.4

phloryglow 788a65177c First commit 1 year ago
FAQ 788a65177c First commit 1 year ago
LEGACY 788a65177c First commit 1 year ago
LICENSE 788a65177c First commit 1 year ago
Makefile 788a65177c First commit 1 year ago
README 788a65177c First commit 1 year ago
TODO 788a65177c First commit 1 year ago
arg.h 788a65177c First commit 1 year ago
config.def.h 788a65177c First commit 1 year ago
config.def.h.orig 788a65177c First commit 1 year ago
config.mk 788a65177c First commit 1 year ago
st-alpha-0.8.2.diff 788a65177c First commit 1 year ago
st-anysize-0.8.4.diff 788a65177c First commit 1 year ago
st-scrollback-0.8.4.diff 788a65177c First commit 1 year ago
st.1 788a65177c First commit 1 year ago
st.c 788a65177c First commit 1 year ago
st.h 788a65177c First commit 1 year ago
st.h.orig 788a65177c First commit 1 year ago
st.info 788a65177c First commit 1 year ago
win.h 788a65177c First commit 1 year ago
x.c 788a65177c First commit 1 year ago
x.c.orig 788a65177c First commit 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.