My customization of st
Go to file
Luca Bilke 029d27ea84
ci/woodpecker/manual/woodpecker Pipeline failed Details
fix CI
2024-01-30 18:51:35 +01:00
patch complete rebuild 2024-01-29 18:33:10 +01:00
.gitignore complete rebuild 2024-01-29 18:33:10 +01:00
.woodpecker.yml fix CI 2024-01-30 18:51:35 +01:00
FAQ complete rebuild 2024-01-29 18:33:10 +01:00
LEGACY complete rebuild 2024-01-29 18:33:10 +01:00
LICENSE complete rebuild 2024-01-29 18:33:10 +01:00
Makefile fix makefile 2024-01-29 18:40:38 +01:00
README complete rebuild 2024-01-29 18:33:10 +01:00
TODO complete rebuild 2024-01-29 18:33:10 +01:00
arg.h complete rebuild 2024-01-29 18:33:10 +01:00
config.def.h selectioncolor patch + configuration changes 2024-01-29 22:31:52 +01:00
config.h change unfocused colors 2024-01-29 23:14:26 +01:00
config.mk complete rebuild 2024-01-29 18:33:10 +01:00
hb.c complete rebuild 2024-01-29 18:33:10 +01:00
hb.h complete rebuild 2024-01-29 18:33:10 +01:00
sixel.c complete rebuild 2024-01-29 18:33:10 +01:00
sixel.h complete rebuild 2024-01-29 18:33:10 +01:00
sixel_hls.c complete rebuild 2024-01-29 18:33:10 +01:00
sixel_hls.h complete rebuild 2024-01-29 18:33:10 +01:00
st.1 complete rebuild 2024-01-29 18:33:10 +01:00
st.c complete rebuild 2024-01-29 18:33:10 +01:00
st.desktop complete rebuild 2024-01-29 18:33:10 +01:00
st.h selectioncolor patch + configuration changes 2024-01-29 22:31:52 +01:00
st.info complete rebuild 2024-01-29 18:33:10 +01:00
win.h complete rebuild 2024-01-29 18:33:10 +01:00
x.c selectioncolor patch + configuration changes 2024-01-29 22:31:52 +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.