From aaa25ecf0b7e294f2cf54679607319add7348231 Mon Sep 17 00:00:00 2001 From: sgerwk Date: Fri, 27 Apr 2018 15:02:16 +0200 Subject: [PATCH] todo: lines of previous scroll --- hovacui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hovacui.c b/hovacui.c index 80c3ce7..90b08c3 100644 --- a/hovacui.c +++ b/hovacui.c @@ -40,8 +40,8 @@ * in menu() to show the current values for viewmode, fit, etc. * - info(), based on list(): filename, number of pages, page size, etc. * - rotate - * - line of next scroll: where the top/bottom of the screen will be after - * scrolling up or down + * - lines of previous and next scroll: where the top or bottom of the screen + * were before the last scroll, or will be after scrolling up or down * - stack of windows; a window returns WINDOW_PREVIOUS to go back * - support 8bpp framebuffers (via a fixed colormap) * - cache the textarea list of pages already scanned