diff options
| author | Shivesh Mandalia <mail@shivesh.org> | 2021-09-22 16:37:25 +0100 |
|---|---|---|
| committer | Shivesh Mandalia <mail@shivesh.org> | 2021-09-22 16:37:25 +0100 |
| commit | b21619170020055b7487b605548d2e76b048cfb7 (patch) | |
| tree | 69211a71528f63caf293fb65c78fc724cb9a7624 /st.h | |
| parent | 200b500ff64d4e2e1537d588906fb4c5ba84a8c9 (diff) | |
| download | st-b21619170020055b7487b605548d2e76b048cfb7.tar.gz st-b21619170020055b7487b605548d2e76b048cfb7.zip | |
Scroll back through terminal output using Shift+{PageUp, PageDown}
- Patch st-scrollback-20210507-4536f46.diff
<https://st.suckless.org/patches/scrollback/>
Diffstat (limited to 'st.h')
| -rw-r--r-- | st.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 *); |
