diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-04-05 09:26:55 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2021-04-05 09:26:55 -0400 |
commit | 60add40bd1bcb1548fe264c8e809910049b2676e (patch) | |
tree | 67281c0256ddb19d63c5e2b213b3db22841d88e6 /st.h | |
parent | 67ef1c4d4ec3d3a423a078eb746fa2fac4a267e9 (diff) |
revert to older, better scrollback patch, fix #284, #289
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 *); |