Mark views when they are created

This commit is contained in:
Curtis McEnroe 2018-09-02 01:01:41 -04:00
parent 359b08b335
commit 140f6e896d
No known key found for this signature in database
GPG Key ID: CEA2F97ADCFCD77C

1
ui.c
View File

@ -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;