From 66bb5a67d60e89fef15c9c08b9e9b9c490e3678e Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 4 Aug 2020 22:19:01 +0530 Subject: Update docs --- src/nnn.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/nnn.c b/src/nnn.c index 23c53e0..22b559e 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -1657,8 +1657,10 @@ static bool initcurses(void *oldmask) colors = sep; /* Detect if 8 colors fallback is appended */ if (colors) ++colors; + g_state.ctxcolor = 1; } - } + } else + g_state.ctxcolor = 1; /* Get and set the context colors */ for (uchar i = 0; i < CTX_MAX; ++i) { -- cgit v1.2.3-70-g09d2