summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 9f198c4..559f7b7 100644
--- a/ui.c
+++ b/ui.c
@@ -210,8 +210,8 @@ static void uiRedraw(void) {
static void uiView(struct View *view) {
if (view->topic) touchwin(view->topic);
touchwin(view->log);
- view->mark = false;
ui.view->mark = true;
+ view->mark = false;
ui.view = view;
}