aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
Diffstat (limited to 'st.h')
-rw-r--r--st.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/st.h b/st.h
index b41e6c0..315fb02 100644
--- a/st.h
+++ b/st.h
@@ -83,8 +83,6 @@ void redraw(void);
void draw(void);
void externalpipe(const Arg *);
-void kscrolldown(const Arg *);
-void kscrollup(const Arg *);
void newterm(const Arg *);
void printscreen(const Arg *);
void printsel(const Arg *);
@@ -92,7 +90,6 @@ void sendbreak(const Arg *);
void toggleprinter(const Arg *);
int tattrset(int);
-int tisaltscr(void);
void tnew(int, int);
void tresize(int, int);
void tsetdirtattr(int);