From 140f6e896daee54abec9d65360964a34ae92bb6b Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 2 Sep 2018 01:01:41 -0400 Subject: Mark views when they are created --- ui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.c') diff --git a/ui.c b/ui.c index 7897bb7..7cfb417 100644 --- a/ui.c +++ b/ui.c @@ -135,6 +135,7 @@ static struct View *viewTag(struct Tag tag) { scrollok(view->log, true); wmove(view->log, lastLogLine() - logHeight(view) + 2, 0); view->scroll = LOG_LINES; + view->mark = true; viewAppend(view); return view; -- cgit 1.4.1