From: Arun Prakash Jana Date: Wed, 7 Apr 2021 21:00:21 +0000 (+0530) Subject: Use ACS_CKBOARD for currrent entry in detail mode X-Git-Tag: v3.7~7 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=dc9d877941f18eaa6d2235ae454407a983cc1740;p=nnn.git Use ACS_CKBOARD for currrent entry in detail mode --- diff --git a/src/nnn.c b/src/nnn.c index e69cc150..250b5415 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3758,10 +3758,9 @@ static void printent_long(const struct entry *ent, uint_t namecols, bool sel) { int attrs1 = g_state.oldcolor ? A_DIM : COLOR_PAIR(C_MIS); - addch(sel ? '>' : ' '); + addch(sel ? ACS_CKBOARD : ' '); attron(attrs1); print_details(ent); - attroff(attrs1); addch(' ');