-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathREADME
More file actions
58 lines (44 loc) · 1.32 KB
/
Copy pathREADME
File metadata and controls
58 lines (44 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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.
Version
-------
0.9.3
Patches
-------
st-alpha-0.8.5.diff
st-font2-20190416-ba72400.diff
st-copyurl-multiline-20230406-211964d.diff
st-openclipboard-20190202-3be4cf1.diff
st-appsync-20200618-b27a383.diff
st-xresources-20200604-9ba7ecf.diff
st-scrollback-ringbuffer-0.9.2.diff
st-scrollback-mouse-0.9.2.diff
st-scrollback-mouse-altscreen-20220127-2c5edf2.diff
st-w3m-0.8.3.diff
st-keyboard_select-20200617-9ba7ecf.diff
st-clipboard-0.8.3.diff
st-boxdraw_v2-0.8.3.diff
st-glyph-wide-support-boxdraw-20220411-ef05519.diff
Last implemented commit
-----------------------
2026-06-29 14:26 fix async-unsafe error paths in sigchld() Avro