Personal Suckless Terminal fork

Hiltjo Posthuma 4f4bccd162 Revert "Simplify cursor color handling" %!s(int64=6) %!d(string=hai) anos
FAQ c1d23afa9c Fix FAQ typo %!s(int64=7) %!d(string=hai) anos
LEGACY 50a619cee3 LEGACY: typo. %!s(int64=12) %!d(string=hai) anos
LICENSE 8ab629031b LICENSE: fix a few years %!s(int64=7) %!d(string=hai) anos
Makefile 0f245dfeb9 Makefile: add all files to make dist %!s(int64=7) %!d(string=hai) anos
README 3ca7249c86 tic -s -> tic -sx (Treat unknown capabilities as user-defined.) %!s(int64=8) %!d(string=hai) anos
TODO a6af2cc469 Remove old TODO entry. %!s(int64=10) %!d(string=hai) anos
arg.h a5a928bfc1 don't modify argv, use a counter %!s(int64=7) %!d(string=hai) anos
config.def.h 8ed7a4b3b7 Revert "Make cursor follow text color" %!s(int64=6) %!d(string=hai) anos
config.mk dc3b5babf1 config.mk: remove extra newline before EOF %!s(int64=6) %!d(string=hai) anos
st.1 0ac685fc01 Fix manpage typo %!s(int64=7) %!d(string=hai) anos
st.c 235a783e03 code-style for pledge(2) %!s(int64=6) %!d(string=hai) anos
st.h 403c57ebb5 Clean up #includes %!s(int64=7) %!d(string=hai) anos
st.info c0882f2ed1 Add dim/smxx/rmxx to terminfo, remove duplicate kich1 %!s(int64=7) %!d(string=hai) anos
win.h e0215d5377 Reduce visibility wherever possible %!s(int64=7) %!d(string=hai) anos
x.c 4f4bccd162 Revert "Simplify cursor color handling" %!s(int64=6) %!d(string=hai) anos

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.