Add support for scroll(1)
[st.git] / st.h
diff --git a/st.h b/st.h
index a1928ca..d978458 100644 (file)
--- a/st.h
+++ b/st.h
@@ -113,6 +113,7 @@ char *xstrdup(char *);
 
 /* config.h globals */
 extern char *utmp;
+extern char *scroll;
 extern char *stty_args;
 extern char *vtiden;
 extern wchar_t *worddelimiters;