My fork of the Suckless Terminal
Find a file
2024-02-15 11:31:03 +00:00
.gitignore add all object files to gitignore 2020-09-28 11:43:35 +01:00
arg.h don't modify argv, use a counter 2018-03-20 21:22:27 +01:00
boxdraw.c Adds the boxdraw patch 2022-01-06 13:37:48 +00:00
boxdraw_data.h Adds the boxdraw patch 2022-01-06 13:37:48 +00:00
config.def.h Pushing st changes 2024-02-15 11:31:03 +00:00
config.mk Pulls latest version of st - removes all patches 2020-09-28 12:00:33 +01:00
FAQ Pulls latest version of st - removes all patches 2020-09-28 12:00:33 +01:00
LEGACY LEGACY: typo. 2012-09-18 19:08:03 +02:00
LICENSE Pulls latest version of st - removes all patches 2020-09-28 12:00:33 +01:00
Makefile Pushing st changes 2024-02-15 11:31:03 +00:00
README tic -s -> tic -sx (Treat unknown capabilities as user-defined.) 2016-11-14 19:05:47 +01:00
st.1 Pulls latest version of st - removes all patches 2020-09-28 12:00:33 +01:00
st.c Adds the boxdraw patch 2022-01-06 13:37:48 +00:00
st.h Adds the boxdraw patch 2022-01-06 13:37:48 +00:00
st.info Pulls latest version of st - removes all patches 2020-09-28 12:00:33 +01:00
TODO Remove old TODO entry. 2015-04-13 17:06:11 +02:00
win.h ST: Add WM_ICON_NAME property support 2020-10-18 11:17:11 +02:00
x.c Adds w3m images patch 2022-02-26 15:57:34 +00:00

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.