projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aa12a2
)
Fix #484
author
Arun Prakash Jana <engineerarun@gmail.com>
Wed, 4 Mar 2020 00:48:08 +0000 (06:18 +0530)
committer
Arun Prakash Jana <engineerarun@gmail.com>
Wed, 4 Mar 2020 00:48:08 +0000 (06:18 +0530)
src/nnn.c
patch
|
blob
|
history
diff --git
a/src/nnn.c
b/src/nnn.c
index 61d8b61ddc390ac29b551759cec56c09f50d1347..79557235ced9a362fe7ed3d551a4175d0bed1f1d 100644
(file)
--- a/
src/nnn.c
+++ b/
src/nnn.c
@@
-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;
}