Apply scrollback patch

This commit is contained in:
2021-02-21 17:44:15 +01:00
parent d8304808c4
commit fec471f0ec
5 changed files with 245 additions and 27 deletions

View File

@@ -81,6 +81,8 @@ void die(const char *, ...);
void redraw(void);
void draw(void);
void kscrolldown(const Arg *);
void kscrollup(const Arg *);
void printscreen(const Arg *);
void printsel(const Arg *);
void sendbreak(const Arg *);