Explorar o código

config.def.h: tweak extra worddelimiters

This changes the selection more like xterm.
To test try: "find /" and select a path.
Hiltjo Posthuma %!s(int64=6) %!d(string=hai) anos
pai
achega
927621f6da
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config.def.h

+ 1 - 1
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;