diff options
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ char *xstrdup(char *); | |||
114 | extern char *utmp; | 114 | extern char *utmp; |
115 | extern char *stty_args; | 115 | extern char *stty_args; |
116 | extern char *vtiden; | 116 | extern char *vtiden; |
117 | extern wchar_t *extrawordchars; | 117 | extern wchar_t *worddelimiters; |
118 | extern int allowaltscreen; | 118 | extern int allowaltscreen; |
119 | extern char *termname; | 119 | extern char *termname; |
120 | extern unsigned int tabspaces; | 120 | extern unsigned int tabspaces; |