Add patch for scroll using Ctrl-k and Ctrl-j

This commit is contained in:
krrishg
2020-08-11 23:51:53 +05:45
parent de732ac19e
commit 969c80ea3a
10 changed files with 3528 additions and 27 deletions

2
st.h
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 *);