diff --git a/x11/st-sdk/Makefile b/x11/st-sdk/Makefile index e119b3c..30a4c17 100644 --- a/x11/st-sdk/Makefile +++ b/x11/st-sdk/Makefile @@ -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 diff --git a/x11/st-sdk/files/config.h b/x11/st-sdk/files/config.h index 9aa6c37..ec98171 100644 --- a/x11/st-sdk/files/config.h +++ b/x11/st-sdk/files/config.h @@ -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", }; /*