aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README20
1 files changed, 16 insertions, 4 deletions
diff --git a/README b/README
index 6a846ed..3f2289d 100644
--- a/README
+++ b/README
@@ -1,7 +1,19 @@
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/xresources/
10 * https://st.suckless.org/patches/anysize/
11 * https://st.suckless.org/patches/boxdraw/
12 * https://st.suckless.org/patches/vertcenter/
13 * https://st.suckless.org/patches/clipboard/
14
15The patches are modified as necessary to apply alongside each other or to fix
16bugs in the upstream patches.
5 17
6Requirements 18Requirements
7------------ 19------------