My fork of suckless.org's simple terminal
Go to file
speediegq 7f65a6a7b9 Merge st-next into speedie/st main branch. Old st build can be found in
the 'previous' branch. This build is better in every way though!
2022-10-07 14:47:14 +02:00
scripts Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
arg.h Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
array.h Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
boxdraw.c Add st build 2022-08-12 21:41:04 +02:00
boxdraw_data.h Add st build 2022-08-12 21:41:04 +02:00
colors.h Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
external.h Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
font.ttf Update 2022-08-19 14:50:06 +02:00
hb.c Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
hb.h Add st build 2022-08-12 21:41:04 +02:00
keybinds.h Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
LICENSE Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
Makefile Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
modifiers.h Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
mouse.h Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
options.h Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
options.mk Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
README Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
st.c Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
st.desktop Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
st.h Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
st.info Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
st.png Add st build 2022-08-12 21:41:04 +02:00
text.h Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
win.h Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
x.c Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
xresources.h Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02: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.