diff options
author | tsxv478 <vt0451@yandex.ru> | 2022-07-17 04:21:01 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2022-07-17 04:21:01 +0300 |
commit | c55eecda42c391c38effc56a9710d07bb19f855a (patch) | |
tree | fc41c9b8a67c0c33d5da178d91571f2ede4bea01 /st.h | |
parent | c4b05ccc0669b09a332188bdbee237f7c2df69fe (diff) |
scrollback patch
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 *); |