Go to file
kvj 3a1edd3c26 Delete README.md 2023-12-11 19:14:31 +01:00
patch Some changes 2023-12-11 19:15:23 +01:00
FAQ Alpha patch support 2023-10-24 12:44:14 +02:00
LEGACY Initial commit 2023-05-25 15:27:59 +02:00
LICENSE Initial commit 2023-05-25 15:27:59 +02:00
Makefile Some changes 2023-12-11 19:15:23 +01:00
Makefile.orig Initial commit 2023-05-25 15:27:59 +02:00
README Alpha patch support 2023-10-24 12:44:14 +02:00
TODO Initial commit 2023-05-25 15:27:59 +02:00
arg.h Initial commit 2023-05-25 15:27:59 +02:00
boxdraw.c Initial commit 2023-05-25 15:27:59 +02:00
boxdraw.o Initial commit 2023-05-25 15:27:59 +02:00
boxdraw_data.h Initial commit 2023-05-25 15:27:59 +02:00
compilest Initial commit 2023-05-25 15:27:59 +02:00
config.def.h Some changes 2023-12-11 19:15:23 +01:00
config.h Some changes 2023-12-11 19:15:23 +01:00
config.mk Alpha patch support 2023-10-24 12:44:14 +02:00
hb.c Alpha patch support 2023-10-24 12:44:14 +02:00
hb.h Alpha patch support 2023-10-24 12:44:14 +02:00
patches.def.h Alpha patch support 2023-10-24 12:44:14 +02:00
patches.h Alpha patch support 2023-10-24 12:44:14 +02:00
sixel.c Alpha patch support 2023-10-24 12:44:14 +02:00
sixel.h Alpha patch support 2023-10-24 12:44:14 +02:00
sixel_hls.c Alpha patch support 2023-10-24 12:44:14 +02:00
sixel_hls.h Alpha patch support 2023-10-24 12:44:14 +02:00
st Some changes 2023-12-11 19:15:23 +01:00
st.1 Initial commit 2023-05-25 15:27:59 +02:00
st.c Some changes 2023-12-11 19:15:23 +01:00
st.desktop Alpha patch support 2023-10-24 12:44:14 +02:00
st.h Some changes 2023-12-11 19:15:23 +01:00
st.info Alpha patch support 2023-10-24 12:44:14 +02:00
st.o Alpha patch support 2023-10-24 12:44:14 +02:00
win.h Some changes 2023-12-11 19:15:23 +01:00
x.c Some changes 2023-12-11 19:15:23 +01:00
x.o Some changes 2023-12-11 19:15:23 +01:00

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.