My Suckless Terminal Build
Find a file
Roberto E. Vargas Caballero 1629363f2d Remove ATTR_GFX and tselcs
ATTR_GFX was used long time ago to detect when terminal was in
graphic mode. Today graphic mode is implemented using a charset
pointer, so ATTR_GFX is not needed anymore because graphic
condition can be detected directly checking if current charset
is GRAPHICS C0.
2014-04-29 15:17:51 +02:00
arg.h
config.def.h Do not export chscale and cwscale. 2014-04-28 18:49:05 +02:00
config.mk
FAQ
LEGACY
LICENSE
Makefile
README
st.1 Conformity in the -g geometry handling. 2014-04-25 22:34:24 +02:00
st.c Remove ATTR_GFX and tselcs 2014-04-29 15:17:51 +02:00
st.info
TODO

st - simple terminal
--------------------
st is a simple virtual 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 <aurelien dot aptel at gmail dot com> bt source code.