diff options
author | Malfurious <m@lfurio.us> | 2020-06-26 19:49:38 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-08-12 13:16:40 -0400 |
commit | 73ef9f60226e1b6538de46b9000dfbd239c97ed2 (patch) | |
tree | 9bb62b7f07f83eeaf503cfe8b2956e3f32557b66 /st.h | |
parent | 09774ed8d6f014e63cdcd558ff0503acc73283d4 (diff) | |
download | st-73ef9f60226e1b6538de46b9000dfbd239c97ed2.tar.gz st-73ef9f60226e1b6538de46b9000dfbd239c97ed2.zip |
patch: scrollback
Scroll back through terminal output using Shift+{PageUp, PageDown}.
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -82,6 +82,8 @@ void redraw(void); void draw(void); void newterm(const Arg *); +void kscrolldown(const Arg *); +void kscrollup(const Arg *); void printscreen(const Arg *); void printsel(const Arg *); void sendbreak(const Arg *); |