]> git.armaanb.net Git - st.git/blobdiff - st.h
use iswspace()/iswpunct() to find word delimiters
[st.git] / st.h
diff --git a/st.h b/st.h
index dac64d840e092e3b197a41e452931626da6c98e3..a3b19dea2f58072518fcbc7052d370e9f4829448 100644 (file)
--- a/st.h
+++ b/st.h
@@ -80,7 +80,6 @@ void die(const char *, ...);
 void redraw(void);
 void draw(void);
 
-void iso14755(const Arg *);
 void printscreen(const Arg *);
 void printsel(const Arg *);
 void sendbreak(const Arg *);
@@ -115,7 +114,7 @@ char *xstrdup(char *);
 extern char *utmp;
 extern char *stty_args;
 extern char *vtiden;
-extern char *worddelimiters;
+extern wchar_t *extrawordchars;
 extern int allowaltscreen;
 extern char *termname;
 extern unsigned int tabspaces;