This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
st
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
config.def.h: tweak extra worddelimiters
This changes the selection more like xterm. To test try: "find /" and select a path.
master
Hiltjo Posthuma
6 years ago
parent
add0211522
commit
927621f6da
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config.def.h
+ 1
- 1
config.def.h
View File
@ -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
;
Write
Preview
Loading…
Cancel
Save