dotfiles/.suckless/st
2025-06-14 16:41:27 +03:30
..
arg.h
boxdraw.c new rice and stuffs 2025-06-05 09:30:06 +03:30
boxdraw.o new rice and stuffs 2025-06-05 09:30:06 +03:30
boxdraw_data.h new rice and stuffs 2025-06-05 09:30:06 +03:30
config.def.h new rice and stuffs 2025-06-05 09:30:06 +03:30
config.h new rice and stuffs 2025-06-05 09:30:06 +03:30
config.mk new rice and stuffs 2025-06-05 09:30:06 +03:30
graphics.c new rice and stuffs 2025-06-05 09:30:06 +03:30
graphics.h new rice and stuffs 2025-06-05 09:30:06 +03:30
graphics.o new rice and stuffs 2025-06-05 09:30:06 +03:30
icat-mini.sh new rice and stuffs 2025-06-05 09:30:06 +03:30
khash.h new rice and stuffs 2025-06-05 09:30:06 +03:30
kvec.h new rice and stuffs 2025-06-05 09:30:06 +03:30
LEGACY new rice and stuffs 2025-06-05 09:30:06 +03:30
LICENSE Upload files to ".suckless/st" 2025-05-29 22:40:48 +02:00
Makefile new rice and stuffs 2025-06-05 09:30:06 +03:30
README new rice and stuffs 2025-06-05 09:30:06 +03:30
rowcolumn_diacritics_helpers.c new rice and stuffs 2025-06-05 09:30:06 +03:30
rowcolumn_diacritics_helpers.o new rice and stuffs 2025-06-05 09:30:06 +03:30
st new rice and stuffs 2025-06-05 09:30:06 +03:30
st.1 new rice and stuffs 2025-06-05 09:30:06 +03:30
st.c new rice and stuffs 2025-06-05 09:30:06 +03:30
st.h new rice and stuffs 2025-06-05 09:30:06 +03:30
st.info new rice and stuffs 2025-06-05 09:30:06 +03:30
st.o new rice and stuffs 2025-06-05 09:30:06 +03:30
TODO new rice and stuffs 2025-06-05 09:30:06 +03:30
win.h new rice and stuffs 2025-06-05 09:30:06 +03:30
x.c new rice and stuffs 2025-06-05 09:30:06 +03:30
x.o new rice and stuffs 2025-06-05 09:30:06 +03:30

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.