commit 0b948cddf04035e607379c04ba17593cff60143f from: Stefan Sperling via: Thomas Adam date: Mon Jul 04 13:34:30 2022 UTC document TOG_VIEW_SPLIT_MODE commit - 781ac616bb4a96667ba6e9c03f7c8cf9e92b7342 commit + 0b948cddf04035e607379c04ba17593cff60143f blob - 30d0b7d88189f5969dd01deb66e8f9196bac64d3 blob + adcadf0dd563da1e8842f444f9ffd0e03af94d67 --- tog/tog.1 +++ tog/tog.1 @@ -595,6 +595,14 @@ are and .Dq myers . If unset, the Myers diff algorithm will be used by default. +.It Ev TOG_VIEW_SPLIT_MODE +Determines whether +.Nm +will use vertical or horizontal split for split-screen views. +If set to +.Dq h +then split-screen views will be split horizontally. +Otherwise, split-screen views will be split vertically. .It Ev TOG_COLORS .Nm shows colorized output if this variable is set to a non-empty value.