Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
st - simple terminal
--------------------
st is a simple terminal emulator for X which sucks less.
installed patch
---------------
y = installed
n = rejected
m = writing manual
y st-scrollback-reflow-standalone
y st-font2-0.8.5.diff
y st-bold-is-not-bright-20190127-3be4cf1.diff
y st-charoffsets-20220311-0.8.5.diff
y st-defaultfontsize-20210225-4ef0cbd.diff
y st-alpha-changealpha-20251027-0.9.3.diff
m -> y st-moonfly-0.8.2.diff
y st-clipboard-0.8.3.diff
y st-drag-n-drop-0.9.2.diff
m -> y st-delkey-20201112-4ef0cbd.diff
n -> m -> y st-keyboard_select-20250816-a1193c1.diff
y st-expected-anysize-0.9.diff
y st-desktopentry-0.8.5.diff
n -> m -> y st-glyph-wide-support-20230701-5770f2f.diff
n -> m -> y st-swapmouse-0.8.4.diff
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.