X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/21367a040f056f6a207fafa066bd1cb2d9cae586..e6e2c6199f102f1459b53717050eee27832f4f87:/st.h diff --git a/st.h b/st.h index 4da3051..d978458 100644 --- 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;