• Show log

    Commit

  • Hash : fb59748f
    Author : Stefan Sperling
    Date : 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