My own clone of suckless st with custom patches and settings kept in the "custom" branch.
 
 
 
Go to file
Avi Halachmi (:avih) f1546cf9c1 selection: fix view to match actual selection on first cell
FAQ Fix FAQ typo
LEGACY LEGACY: typo.
LICENSE LICENSE: fix a few years
Makefile Makefile: fix dependencies on config.h
README tic -s -> tic -sx (Treat unknown capabilities as user-defined.)
TODO Remove old TODO entry.
arg.h don't modify argv, use a counter
config.def.h revert part of commit add0211522
config.mk bump version to 0.8.2
st.1 Remove the ISO 14755 feature
st.c selection: fix view to match actual selection on first cell
st.h revert part of commit add0211522
st.info Add dim/smxx/rmxx to terminfo, remove duplicate kich1
win.h better Input Method Editor (IME) support
x.c simplify (greedy) font caching allocating a bit

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 <aurelien dot aptel at gmail dot com> bt source code.