aboutsummaryrefslogtreecommitdiffstats
path: root/st.h
diff options
context:
space:
mode:
authorLauri Tirkkonen <lotheac@iki.fi>2019-03-13 19:40:52 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-03-15 12:24:13 +0100
commitd5efd256aa3840476579a27293ef1fb92a4b51e7 (patch)
treec06cbb65210724bb2b654287f49c60e1c2f4fd76 /st.h
parent75b4ba4b4be70a3ae429b1719d18b021839216d5 (diff)
downloadst-d5efd256aa3840476579a27293ef1fb92a4b51e7.tar.gz
replace utf8strchr with wcschr
Diffstat (limited to 'st.h')
-rw-r--r--st.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.h b/st.h
index 38c61c4..4da3051 100644
--- a/st.h
+++ b/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;
remember that computers suck.