fix inverted default in tog's view_needs_focus_indication()
diff --git a/tog/tog.c b/tog/tog.c
index 47557c3..18a06ad 100644
--- a/tog/tog.c
+++ b/tog/tog.c
@@ -488,7 +488,7 @@ view_needs_focus_indication(struct tog_view *view)
return 1;
}
- return 1;
+ return 0;
}
static const struct got_error *