From 3c898576524a8384a81a21aa58d0ba1b3d354322 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 10 Feb 2020 02:55:21 -0500 Subject: Move scroll marker on resize --- ui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.c') diff --git a/ui.c b/ui.c index 7c933f6..d35c02d 100644 --- a/ui.c +++ b/ui.c @@ -527,6 +527,7 @@ static void reflow(struct Window *window) { } static void resize(void) { + mvwin(marker, LINES - 2, 0); int height, width; getmaxyx(windows.active->pad, height, width); if (width == COLS) return; -- cgit 1.4.1