My customization of st
Go to file
Johnny5 cffe4006b2
Update renovate/renovate Docker digest to 68312dd
2024-07-24 08:01:06 +00:00
.forgejo/workflows Update renovate/renovate Docker digest to 68312dd 2024-07-24 08:01:06 +00:00
patch remove bad gitignore 2024-05-22 20:48:41 +02:00
.renovaterc.json refactoring 2024-05-19 00:08:34 +02:00
FAQ rework build process 2024-05-22 20:36:19 +02:00
LEGACY rework build process 2024-05-22 20:36:19 +02:00
LICENSE fix makefile, add LICENSE back 2024-05-19 00:43:00 +02:00
Makefile rework build process 2024-05-22 20:36:19 +02:00
README rework build process 2024-05-22 20:36:19 +02:00
TODO rework build process 2024-05-22 20:36:19 +02:00
arg.h remove bad gitignore 2024-05-22 20:48:41 +02:00
config.def.h remove bad gitignore 2024-05-22 20:48:41 +02:00
config.h remove bad gitignore 2024-05-22 20:48:41 +02:00
config.mk remove bad gitignore 2024-05-22 20:48:41 +02:00
hb.c remove bad gitignore 2024-05-22 20:48:41 +02:00
hb.h remove bad gitignore 2024-05-22 20:48:41 +02:00
sixel.c remove bad gitignore 2024-05-22 20:48:41 +02:00
sixel.h remove bad gitignore 2024-05-22 20:48:41 +02:00
sixel_hls.c remove bad gitignore 2024-05-22 20:48:41 +02:00
sixel_hls.h remove bad gitignore 2024-05-22 20:48:41 +02:00
st.1 remove bad gitignore 2024-05-22 20:48:41 +02:00
st.c remove bad gitignore 2024-05-22 20:48:41 +02:00
st.desktop remove bad gitignore 2024-05-22 20:48:41 +02:00
st.h remove bad gitignore 2024-05-22 20:48:41 +02:00
st.info remove bad gitignore 2024-05-22 20:48:41 +02:00
win.h remove bad gitignore 2024-05-22 20:48:41 +02:00
x.c remove bad gitignore 2024-05-22 20:48:41 +02: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.