From c4c013218f9df6342f654923f88fa7bc0fd14bfb Mon Sep 17 00:00:00 2001 From: Peter Sanchez Date: Mon, 23 Nov 2020 19:34:54 -0800 Subject: [PATCH] Adding st-scrollback patch --- st.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/st.c b/st.c index 078f29e..f75ce9a 100644 --- a/st.c +++ b/st.c @@ -191,8 +191,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); -- 2.43.0