~petersanchez/st

c4c013218f9df6342f654923f88fa7bc0fd14bfb — Peter Sanchez 3 years ago 4c6145f
Adding st-scrollback patch
1 files changed, 2 insertions(+), 2 deletions(-)

M st.c
M st.c => st.c +2 -2
@@ 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);