• Show log

    Commit

  • Hash : c71ed39a
    Author : Stefan Sperling
    Date : 2022-06-29T20:57:36

    fix split-screen issue in tog when moving focus from child view to parent view
    
    Reported by jamsek:
      $ tog # term wide enough to vsplit
      return # open commit
      f # fullscreen commit
      tab # should go to fullscreen log, but it splits the screen
    
    fix ok jamsek