commit b7f284cfd279626aa8ac4a1df0cecdbe995267ac from: Stefan Sperling date: Sun Oct 07 09:49:47 2018 UTC fix inverted default in tog's view_needs_focus_indication() commit - bfddd0d9d1a52d2c2f1304f52befa1e20ec83b72 commit + b7f284cfd279626aa8ac4a1df0cecdbe995267ac blob - 47557c3468d897ae3860fed1cc768648bb859e3d blob + 18a06ad1029c96e968d679c7256c4841d2f716fe --- tog/tog.c +++ 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 *