aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 5dd47ce..0cd723b 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -4380,7 +4380,7 @@ static void redraw(char *path)
if (g_states & STATE_MOVE_OP) {
g_states &= ~STATE_MOVE_OP;
- if (last_curscroll == curscroll)
+ if (ndents && (last_curscroll == curscroll))
return draw_line(path, ncols);
}