about summary refs log tree commit diff homepage
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-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();