Update st

This commit is contained in:
c0dev0id 2024-09-01 21:01:57 +02:00
parent 31f8e354dc
commit 00a181d185
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ SUPDISTFILES.p= scrollback/st-scrollback-0.8.5.diff \
glyph_wide_support/st-glyph-wide-support-boxdraw-20220411-ef05519.diff \ glyph_wide_support/st-glyph-wide-support-boxdraw-20220411-ef05519.diff \
anysize/st-expected-anysize-0.9.diff \ anysize/st-expected-anysize-0.9.diff \
alpha/st-alpha-20220206-0.8.5.diff alpha/st-alpha-20220206-0.8.5.diff
REVISION= 32 REVISION= 47
CATEGORIES= x11 CATEGORIES= x11

View File

@ -46,7 +46,7 @@ static short cyoffset = 0;
* *
* More advanced example: L" `'\"()[]{}" * More advanced example: L" `'\"()[]{}"
*/ */
wchar_t *worddelimiters = L" `'\"|()[]{}·»«›‹‘’;│\t"; wchar_t *worddelimiters = L" `'\"›|()[]{}·»«›‹‘’;│\t";
/* selection timeouts (in milliseconds) */ /* selection timeouts (in milliseconds) */
static unsigned int doubleclicktimeout = 300; static unsigned int doubleclicktimeout = 300;
@ -151,9 +151,9 @@ static const char *colorname[] = {
[255] = 0, [255] = 0,
/* more colors can be added after 255 to use with DefaultXX */ /* more colors can be added after 255 to use with DefaultXX */
"#008080", "#FF8700",
"#555555", "#555555",
"#001010", "#080808",
}; };
/* /*