Use ACS_CKBOARD for currrent entry in detail mode

This commit is contained in:
Arun Prakash Jana 2021-04-08 02:30:21 +05:30
parent a0be1c33cb
commit dc9d877941
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 2 deletions

View File

@ -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(' ');