My customization of st
Go to file
Johnny5 8cdd64959c
Update renovate/renovate Docker digest to a49bd30
2024-08-13 05:00:30 +00:00
.forgejo/workflows Update renovate/renovate Docker digest to a49bd30 2024-08-13 05:00:30 +00:00
patch update flexipatch base 2024-08-02 17:01:24 +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 disable FIXKEYBOARDINPUT_PATCH 2024-07-28 13:42:16 +02:00
config.h fix config 2024-07-30 08:40:40 +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 update flexipatch base 2024-08-02 17:01:24 +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 update flexipatch base 2024-08-02 17:01:24 +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.