Files
repos_scripts/st-0.8.4/st.c.rej
2021-06-23 16:55:41 +05:30

14 lines
423 B
Plaintext

--- 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);