bgcolor to 0

This commit is contained in:
Luke Smith 2018-10-04 16:18:07 -04:00
parent a8137b4541
commit 53b4c270aa

View File

@ -114,7 +114,7 @@ static const char *colorname[] = {
* foreground, background, cursor, reverse cursor
*/
unsigned int defaultfg = 12;
unsigned int defaultbg = 256;
unsigned int defaultbg = 0;
static unsigned int defaultcs = 14;
static unsigned int defaultrcs = 15;