summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st/config.h2
-rwxr-xr-xst/stbin124728 -> 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;
diff --git a/st/st b/st/st
index 24eb0c5..2ed359f 100755
--- a/st/st
+++ b/st/st
Binary files differ