pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
add0211
)
config.def.h: tweak extra worddelimiters
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Fri, 15 Mar 2019 11:31:54 +0000
(12:31 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Fri, 15 Mar 2019 11:31:54 +0000
(12:31 +0100)
This changes the selection more like xterm.
To test try: "find /" and select a path.
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
9ce45a7
..
ac5e8ce
100644
(file)
--- 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;