replace utf8strchr with wcschr
This commit is contained in:

committed by
Hiltjo Posthuma

parent
75b4ba4b4b
commit
d5efd256aa
2
st.h
2
st.h
@ -114,7 +114,7 @@ char *xstrdup(char *);
|
||||
extern char *utmp;
|
||||
extern char *stty_args;
|
||||
extern char *vtiden;
|
||||
extern char *worddelimiters;
|
||||
extern wchar_t *worddelimiters;
|
||||
extern int allowaltscreen;
|
||||
extern char *termname;
|
||||
extern unsigned int tabspaces;
|
||||
|
Reference in New Issue
Block a user