• Show log

    Commit

  • Hash : 9b058f45
    Author : Mark Jamsek
    Date : 2022-06-30T05:02:23

    tog: implement support for horizontal splitscreens
    
    Enable all main views to open primary child views in a horizontal split:
    
      log -> diff
      tree -> blame
      blame -> diff
      ref -> log
    
    Support is yet to be expanded to nested child views and key maps for
    manipulating split type and size.
    
    ok op@ and stsp@