replace utf8strchr with wcschr

This commit is contained in:
Lauri Tirkkonen
2019-03-13 19:40:52 +02:00
committed by Hiltjo Posthuma
parent 75b4ba4b4b
commit d5efd256aa
3 changed files with 4 additions and 22 deletions

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;