aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
Diffstat (limited to 'st.h')
-rw-r--r--st.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/st.h b/st.h
index a1928ca..f9ad815 100644
--- a/st.h
+++ b/st.h
@@ -81,12 +81,15 @@ void die(const char *, ...);
81void redraw(void); 81void redraw(void);
82void draw(void); 82void draw(void);
83 83
84void kscrolldown(const Arg *);
85void kscrollup(const Arg *);
84void printscreen(const Arg *); 86void printscreen(const Arg *);
85void printsel(const Arg *); 87void printsel(const Arg *);
86void sendbreak(const Arg *); 88void sendbreak(const Arg *);
87void toggleprinter(const Arg *); 89void toggleprinter(const Arg *);
88 90
89int tattrset(int); 91int tattrset(int);
92int tisaltscr(void);
90void tnew(int, int); 93void tnew(int, int);
91void tresize(int, int); 94void tresize(int, int);
92void tsetdirtattr(int); 95void tsetdirtattr(int);