No description
This repository has been archived on 2025-09-25. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2025-09-20 02:39:10 +02:00
patches add missing patches that are applied 2025-09-19 22:47:14 +02:00
.gitignore bump to version 0.9.2-1 2025-09-20 02:39:10 +02:00
arg.h initial build 2021-11-04 11:11:54 +01:00
boxdraw.c bump to 9.2 and add graphics 2025-08-25 03:52:35 +02:00
boxdraw_data.h bump to 9.2 and add graphics 2025-08-25 03:52:35 +02:00
config.def.h set TERM to xterm-kitty 2025-09-19 22:25:24 +02:00
config.mk bump to version 0.9.2-1 2025-09-20 02:39:10 +02:00
FAQ add suckless branch 2025-08-25 03:20:15 +02:00
generate-rowcolumn-helpers.py bump to 9.2 and add graphics 2025-08-25 03:52:35 +02:00
graphics.c bump to 9.2 and add graphics 2025-08-25 03:52:35 +02:00
graphics.h bump to 9.2 and add graphics 2025-08-25 03:52:35 +02:00
hb.c bump to 9.2 and add graphics 2025-08-25 03:52:35 +02:00
hb.h bump to 9.2 and add graphics 2025-08-25 03:52:35 +02:00
icat-mini.sh bump to 9.2 and add graphics 2025-08-25 03:52:35 +02:00
khash.h bump to 9.2 and add graphics 2025-08-25 03:52:35 +02:00
kvec.h bump to 9.2 and add graphics 2025-08-25 03:52:35 +02:00
LEGACY initial build 2021-11-04 11:11:54 +01:00
LICENSE add suckless branch 2025-08-25 03:20:15 +02:00
Makefile bump to 9.2 and add graphics 2025-08-25 03:52:35 +02:00
README initial build 2021-11-04 11:11:54 +01:00
rowcolumn-diacritics.txt bump to 9.2 and add graphics 2025-08-25 03:52:35 +02:00
rowcolumn_diacritics.sh bump to 9.2 and add graphics 2025-08-25 03:52:35 +02:00
rowcolumn_diacritics_helpers.c bump to 9.2 and add graphics 2025-08-25 03:52:35 +02:00
st.1 add suckless branch 2025-08-25 03:20:15 +02:00
st.c bump to 9.2 and add graphics 2025-08-25 03:52:35 +02:00
st.h add drag-n-drop 2025-08-25 04:33:27 +02:00
st.info bump to 9.2 and add graphics 2025-08-25 03:52:35 +02:00
TODO add suckless branch 2025-08-25 03:20:15 +02:00
win.h bump to 9.2 and add graphics 2025-08-25 03:52:35 +02:00
x.c add font cycling 2025-08-25 04:41:59 +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.