Update st
This commit is contained in:
parent
31f8e354dc
commit
00a181d185
@ -13,7 +13,7 @@ SUPDISTFILES.p= scrollback/st-scrollback-0.8.5.diff \
|
||||
glyph_wide_support/st-glyph-wide-support-boxdraw-20220411-ef05519.diff \
|
||||
anysize/st-expected-anysize-0.9.diff \
|
||||
alpha/st-alpha-20220206-0.8.5.diff
|
||||
REVISION= 32
|
||||
REVISION= 47
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
|
@ -46,7 +46,7 @@ static short cyoffset = 0;
|
||||
*
|
||||
* More advanced example: L" `'\"()[]{}"
|
||||
*/
|
||||
wchar_t *worddelimiters = L" `'\"|()[]{}·»«›‹‘’;│\t";
|
||||
wchar_t *worddelimiters = L" `'\"›|()[]{}·»«›‹‘’;│\t";
|
||||
|
||||
/* selection timeouts (in milliseconds) */
|
||||
static unsigned int doubleclicktimeout = 300;
|
||||
@ -151,9 +151,9 @@ static const char *colorname[] = {
|
||||
[255] = 0,
|
||||
|
||||
/* more colors can be added after 255 to use with DefaultXX */
|
||||
"#008080",
|
||||
"#FF8700",
|
||||
"#555555",
|
||||
"#001010",
|
||||
"#080808",
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user