st 0.8.5 upgrade.

This commit is contained in:
Bartek Stalewski 2022-01-19 11:18:57 +01:00
parent fbf57efaf4
commit 7eeeb54de9
9 changed files with 5131 additions and 11 deletions

View file

@ -129,7 +129,8 @@ static const char *colorname[] = {
/* more colors can be added after 255 to use with DefaultXX */
"#cccccc",
"#555555",
"black",
"gray90", /* default foreground colour */
"black", /* default background colour */
};
@ -137,9 +138,9 @@ static const char *colorname[] = {
* Default colors (colorname index)
* foreground, background, cursor, reverse cursor
*/
unsigned int defaultfg = 7;
unsigned int defaultbg = 258;
static unsigned int defaultcs = 256;
unsigned int defaultfg = 258;
unsigned int defaultbg = 259;
unsigned int defaultcs = 256;
static unsigned int defaultrcs = 257;
/*