use iswspace()/iswpunct() to find word delimiters (5cc1dd)

This commit is contained in:
bakkeby 2020-03-24 13:41:19 +01:00
parent 42f401b428
commit f86b641b5f
3 changed files with 7 additions and 5 deletions

2
st.h
View file

@ -133,7 +133,7 @@ int borderpx;
extern char *utmp;
extern char *stty_args;
extern char *vtiden;
extern wchar_t *worddelimiters;
extern wchar_t *extrawordchars;
extern int allowaltscreen;
extern char *termname;
extern unsigned int tabspaces;