From cbb9f606333774f4de6f639891cd1411419ecf2a Mon Sep 17 00:00:00 2001 From: wrmr Date: Sat, 9 Nov 2024 01:51:42 -0500 Subject: use actual console size for nav_lines(), instead of dummy value --- nav.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nav.c') diff --git a/nav.c b/nav.c index 5e5d8ea..18b21db 100644 --- a/nav.c +++ b/nav.c @@ -5,6 +5,7 @@ #include "net.h" #include "err.h" #include "parse.h" +#include "con.h" /* history */ @@ -50,7 +51,7 @@ void nav_next(struct nav_state *ns) { /* paging */ size_t pg_lines(void) { - return 24; + return con_lines() - 1; } struct doc_line *nav_cur_line(struct nav_state *ns) { -- cgit 1.4.1-2-gfad0