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
commitffb25298550cd49978eaedea3916f82736ff82ab (patch)
tree7bb98b276c1406a80a34602030f424421aef736a
parentTrack cell{X,Y} client-side and implement swaps (diff)
downloadtorus-ffb25298550cd49978eaedea3916f82736ff82ab.tar.gz
torus-ffb25298550cd49978eaedea3916f82736ff82ab.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 093169d..3dba3cc 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();