about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-22 00:33:31 -0400
committerJune McEnroe <june@causal.agency>2018-08-22 00:33:31 -0400
commitfdc53e8fe4a5bfb7c441f22fad705db35123ca9f (patch)
tree5f99887189caebe3d92b178687eea46d238db181
parentTrack cell{X,Y} client-side and implement swaps (diff)
downloadtorus-fdc53e8fe4a5bfb7c441f22fad705db35123ca9f.tar.gz
torus-fdc53e8fe4a5bfb7c441f22fad705db35123ca9f.zip
Fix black-on-black once again
-rw-r--r--client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.c b/client.c
index 06b51b9..c5d9d3b 100644
--- a/client.c
+++ b/client.c
@@ -82,6 +82,7 @@ static void curse(void) {
 	if (hline) mvhline(CELL_ROWS, 0, 0, CELL_COLS);
 	if (vline) mvvline(0, CELL_COLS, 0, CELL_ROWS);
 	if (hline && vline) mvaddch(CELL_ROWS, CELL_COLS, ACS_LRCORNER);
+	color_set(0, NULL);
 
 	cbreak();
 	noecho();