aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README28
1 files changed, 24 insertions, 4 deletions
diff --git a/README b/README
index 6a846ed..ddc8663 100644
--- a/README
+++ b/README
@@ -1,7 +1,27 @@
1st - simple terminal 1st - simple terminal (patched)
2-------------------- 2------------------------------
3st is a simple terminal emulator for X which sucks less. 3This is *NOT* a fork of upstream st, it's rebased off of upstream with every
4 4release.
5
6st is a simple terminal emulator for X which sucks less. This repository carries
7a few patches that are not applied by default upstream. Those patches are:
8
9 * https://st.suckless.org/patches/ligatures/
10 * https://st.suckless.org/patches/boxdraw/
11 * https://st.suckless.org/patches/xresources/
12 * https://st.suckless.org/patches/vertcenter/
13 * https://st.suckless.org/patches/anysize/
14 * https://st.suckless.org/patches/clipboard/
15
16The patches are modified as necessary to apply alongside each other or to fix
17bugs in the upstream patches.
18
19This repository also carries some local patches to the Xresources patch which
20adjust the following properties of the patch:
21
22 * Change default colors
23 * Allow terminal name to be configured
24 * Allow cursor shape to be configured
5 25
6Requirements 26Requirements
7------------ 27------------