From e7a71e6ca66bf6c39f2aa9a8698cb72ea0a8c1b8 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 22 Jul 2024 00:43:52 +0900 Subject: Init --- st/config.h | 2 +- st/st | Bin 124728 -> 124728 bytes 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'st') 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 Binary files a/st/st and b/st/st differ -- cgit v1.2.3