diff options
Diffstat (limited to 'st/st.h')
| -rwxr-xr-x | st/st.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -81,6 +81,9 @@ void die(const char *, ...); void redraw(void); void draw(void); +void kscrolldown(const Arg *); +void kscrollup(const Arg *); +void newterm(const Arg *); void printscreen(const Arg *); void printsel(const Arg *); void sendbreak(const Arg *); |
