Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Add rin terminfo capability
[st.git]
/
st.h
diff --git
a/st.h
b/st.h
index
4da3051
..
d978458
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;