瀏覽代碼

config.def.h: tweak extra worddelimiters

This changes the selection more like xterm.
To test try: "find /" and select a path.
Hiltjo Posthuma 6 年之前
父節點
當前提交
927621f6da
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;