]> git.armaanb.net Git - st.git/blobdiff - st.h
just remove the EOF message
[st.git] / st.h
diff --git a/st.h b/st.h
index 4da30515901a2ff726ceefcf5015bcc6cf338de9..d978458425934fa1db8c5c03a62c917e244d8933 100644 (file)
--- a/st.h
+++ b/st.h
@@ -74,6 +74,7 @@ typedef union {
        uint ui;
        float f;
        const void *v;
+       const char *s;
 } Arg;
 
 void die(const char *, ...);
@@ -112,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;