mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
Fix condition
This commit is contained in:
parent
4bc8e1a8be
commit
6bb6ddfe8a
1 changed files with 2 additions and 2 deletions
|
@ -6011,8 +6011,8 @@ static void redraw(char *path)
|
|||
g_state.dircolor = 0;
|
||||
}
|
||||
|
||||
/* Go to first entry */
|
||||
if (i < ndents) {
|
||||
/* Go to last entry */
|
||||
if (onscreen < ndents) {
|
||||
move(xlines - 2, 0);
|
||||
addch('v');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue