replace utf8strchr with wcschr (4b51e7)
This commit is contained in:
parent
4e0216a94a
commit
42f401b428
3 changed files with 8 additions and 26 deletions
2
st.h
2
st.h
|
|
@ -133,7 +133,7 @@ int borderpx;
|
|||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue