st: Fix bg color not updating

This commit is contained in:
Dylan Araps 2017-12-27 21:07:13 +11:00
parent 72a7713ca8
commit 0e59e34d8e

View File

@ -28,6 +28,6 @@ const char *colorname[] = {{
/* Default colors (colorname index)
* foreground, background, cursor */
unsigned int defaultbg = 256;
unsigned int defaultbg = 0;
unsigned int defaultfg = 257;
unsigned int defaultcs = 258;