Skip to content

Commit

Permalink
Fix jarun#484
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Mar 4, 2020
1 parent 4aa12a2 commit 646cd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nnn.c
Original file line number Diff line number Diff line change
Expand Up @@ -3281,7 +3281,7 @@ static void printent_long(const struct entry *ent, uint namecols, bool sel)
default:
if (!ind1)
ind1 = ind2 = '?';
addstr(" ");
addstr(" ");
addch(ind1);
break;
}
Expand Down

0 comments on commit 646cd10

Please sign in to comment.