aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-03-15 12:31:54 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-03-15 12:31:54 +0100
commit927621f6da015f51710c03279b00c6cc38057e32 (patch)
treed363ef16d8b92ad27334851ea54692b755efd110 /config.def.h
parentadd0211522737b79dad990ccd65c8af63b5cc1dd (diff)
downloadst-927621f6da015f51710c03279b00c6cc38057e32.tar.gz
config.def.h: tweak extra worddelimiters
This changes the selection more like xterm. To test try: "find /" and select a path.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 9ce45a7..ac5e8ce 100644
--- a/config.def.h
+++ b/config.def.h
@@ -33,7 +33,7 @@ static float chscale = 1.0;
*
* More advanced example: L"#$%&+,-./:=?_~"
*/
-wchar_t *extrawordchars = L"./:";
+wchar_t *extrawordchars = L"";
/* selection timeouts (in milliseconds) */
static unsigned int doubleclicktimeout = 300;
remember that computers suck.