diff options
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -81,12 +81,15 @@ void die(const char *, ...); | |||
81 | void redraw(void); | 81 | void redraw(void); |
82 | void draw(void); | 82 | void draw(void); |
83 | 83 | ||
84 | void kscrolldown(const Arg *); | ||
85 | void kscrollup(const Arg *); | ||
84 | void printscreen(const Arg *); | 86 | void printscreen(const Arg *); |
85 | void printsel(const Arg *); | 87 | void printsel(const Arg *); |
86 | void sendbreak(const Arg *); | 88 | void sendbreak(const Arg *); |
87 | void toggleprinter(const Arg *); | 89 | void toggleprinter(const Arg *); |
88 | 90 | ||
89 | int tattrset(int); | 91 | int tattrset(int); |
92 | int tisaltscr(void); | ||
90 | void tnew(int, int); | 93 | void tnew(int, int); |
91 | void tresize(int, int); | 94 | void tresize(int, int); |
92 | void tsetdirtattr(int); | 95 | void tsetdirtattr(int); |