suckless-utils/st
2023-09-08 09:48:19 +08:00
..
patches New patches 2023-09-07 19:13:16 +08:00
.gitignore Add .gitignore to st 2023-09-08 09:48:19 +08:00
arg.h Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
autocomplete.h Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
config.def.h New patches 2023-09-07 19:13:16 +08:00
config.mk Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
FAQ Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
LEGACY Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
LICENSE Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
Makefile Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
README Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
st New patches 2023-09-07 19:13:16 +08:00
st-autocomplete Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
st.1 New patches 2023-09-07 19:13:16 +08:00
st.c Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
st.h New patches 2023-09-07 19:13:16 +08:00
st.info Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
st.o Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
TODO Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
win.h Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
x.c New patches 2023-09-07 19:13:16 +08:00
x.o New patches 2023-09-07 19:13:16 +08: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.