mirror of
https://github.com/mintycube/st.git
synced 2024-10-22 14:05:49 +02:00
config.def.h: tweak extra worddelimiters (057e32)
This commit is contained in:
parent
f86b641b5f
commit
9e18ce3cb1
@ -47,7 +47,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;
|
||||
|
Loading…
Reference in New Issue
Block a user