commit 927621f6da015f51710c03279b00c6cc38057e32
Author: Hiltjo Posthuma <[email protected]>
AuthorDate: Fri Mar 15 12:31:54 2019 +0100
Commit: Hiltjo Posthuma <[email protected]>
CommitDate: Fri Mar 15 12:31:54 2019 +0100
config.def.h: tweak extra worddelimiters
This changes the selection more like xterm.
To test try: "find /" and select a path.
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;