diff options
Diffstat (limited to 'fm.c')
| -rw-r--r-- | fm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
