Revert "removed st"

This reverts commit a65d43a265.
This commit is contained in:
CoolnsX
2021-12-05 23:07:36 +05:30
parent a65d43a265
commit 1d3040d41d
26 changed files with 11892 additions and 0 deletions

13
st-0.8.4/st.c.rej Normal file
View File

@@ -0,0 +1,13 @@
--- st.c
+++ st.c
@@ -191,8 +198,8 @@ static void tnewline(int);
static void tputtab(int);
static void tputc(Rune);
static void treset(void);
-static void tscrollup(int, int);
-static void tscrolldown(int, int);
+static void tscrollup(int, int, int);
+static void tscrolldown(int, int, int);
static void tsetattr(const int *, int);
static void tsetchar(Rune, const Glyph *, int, int);
static void tsetdirt(int, int);