revert to older, better scrollback patch, fix #284, #289

This commit is contained in:
Luke Smith
2021-04-05 09:26:55 -04:00
parent 67ef1c4d4e
commit 60add40bd1
3 changed files with 117 additions and 29 deletions

2
st.h
View File

@@ -85,6 +85,8 @@ void redraw(void);
void draw(void);
void externalpipe(const Arg *);
void kscrolldown(const Arg *);
void kscrollup(const Arg *);
void printscreen(const Arg *);
void printsel(const Arg *);
void sendbreak(const Arg *);