From 817d03e9a1f88ea09bf4b90b2d1f60ae88ed195e Mon Sep 17 00:00:00 2001 From: verdant Date: Mon, 27 Jul 2026 21:02:32 +0800 Subject: Fix pane height --- fm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fm.c') 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; -- cgit v1.2.3