diff options
| -rw-r--r-- | st/config.h | 2 | ||||
| -rwxr-xr-x | st/st | bin | 124728 -> 124728 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h index f8ff810..804c475 100644 --- a/st/config.h +++ b/st/config.h @@ -45,7 +45,7 @@ static short cyoffset = 0; * * More advanced example: L" `'\"()[]{}" */ -wchar_t *worddelimiters = L" "; +wchar_t *worddelimiters = L" `'\"()[]{}"; /* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300; Binary files differ |
