Commit fb59748f6b2d9108022ebf444586386f085fd134

Stefan Sperling 2020-12-05T16:58:37

garbage-collect pointless main_view variable in view_loop() This short-cut is not necessary and was buggy: The pointer was not updated even if the main view had changed. Removing this code fixes a problem on FreeBSD where pressing 'q' in a child view caused tog to exit. ok naddy