aboutsummaryrefslogtreecommitdiffstats
path: root/fm.c
diff options
context:
space:
mode:
Diffstat (limited to 'fm.c')
-rw-r--r--fm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fm.c b/fm.c
index f267af4..dbe76dc 100644
--- a/fm.c
+++ b/fm.c
@@ -51,7 +51,7 @@ static fm_info *fm_w_init(terminal *term)
pane_starty, pane_right_startx);
info->top = 0;
- info->bottom = pane_height - 1;
+ info->bottom = pane_height;
info->need_redraw = true;
return info;