diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-22 00:43:52 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-22 00:43:52 +0900 |
| commit | e7a71e6ca66bf6c39f2aa9a8698cb72ea0a8c1b8 (patch) | |
| tree | f1646ca319f585680e58f833d205d11a315ca19f | |
| parent | 4c8e2aaf88deae6d9968512f6407bfda9c98df29 (diff) | |
Init
| -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 |
