summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ui.c1
1 files changed, 1 insertions, 0 deletions
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;