1
0
mirror of git://git.suckless.org/st synced 2025-07-26 09:42:08 -07:00

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
View File

@@ -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;