When in main-horizontal layout, in one of the lower panes, running an application that "pages" (e.g., ps, git log, git reflog), quitting the application crashes tmux with a "lost server" message. The debug log ends in fatal: tty_clamp_area: y too big, 4294967295 > 0
I'm running tmux 2.9a, zsh 5.3, macOS Mojave 10.14.4. I'll paste the end of the debug log below. Thanks!
1557678461.372771 @0 active pane changed
1557678461.372816 format_expand1: expanding format: #{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}
1557678461.372825 format_expand1: found #{}: ?pane_in_mode,[tmux],#{pane_current_command}
1557678461.372833 format_replace: condition is: pane_in_mode
1557678461.372841 format_replace: condition 'pane_in_mode' found
1557678461.372848 format_replace: condition 'pane_in_mode' is false
1557678461.372855 format_expand1: expanding format: #{pane_current_command}
1557678461.372862 format_expand1: found #{}: pane_current_command
1557678461.372897 format_replace: format 'pane_current_command' found: zsh
1557678461.372905 format_replace: replaced 'pane_current_command' with 'zsh'
1557678461.372912 format_expand1: result is: zsh
1557678461.372919 format_replace: replaced '?pane_in_mode,[tmux],#{pane_current_command}' with 'zsh'
1557678461.372926 format_expand1: found #{}: ?pane_dead,[dead],
1557678461.372933 format_replace: condition is: pane_dead
1557678461.372941 format_replace: condition 'pane_dead' found
1557678461.372960 format_replace: condition 'pane_dead' is false
1557678461.372978 format_replace: replaced '?pane_dead,[dead],' with ''
1557678461.372990 format_expand1: result is: zsh
1557678461.373017 @0 new name zsh (was git)
1557678461.373025 cmd_find_best_session_with_window: window is @0
1557678461.373031 cmd_find_best_session: 1 sessions to try
1557678461.373038 cmd_find_best_winlink_with_window: window is @0
1557678461.373044 cmd_find_best_winlink_with_window: window is @0
1557678461.373050 cmd_find_from_window: s=$0 0
1557678461.373056 cmd_find_from_window: wl=1 1 w=@0 zsh
1557678461.373062 cmd_find_from_window: wp=%2
1557678461.373068 cmd_find_from_window: idx=1
1557678461.373075 window_add_ref: @0 notify_add, now 2
1557678461.373081 session_add_ref: 0 notify_add, now 2
1557678461.461892 %2 has 123 bytes
1557678461.461920 @0 alerts timer reset 0
1557678461.461933 screen_write_start: size 90x28, pane %2 (at 91,25)
1557678461.461944 input_parse: %2 ground, 123 bytes: \r\033[0m\033[23m\033[24m\033[J\033[39m\033[0m\033[49m\033[44m\033[30m ~/code/cornish-glen \033[42m\033[34m\356\202\260\033[30m \356\202\240 issue-23-links \033[49m\033[32m\356\202\260\033[39m \033[K
1557678461.461953 input_c0_dispatch: '\r'
1557678461.461962 input_csi_dispatch: 'm' "" "0"
1557678461.461971 parameter 0: number 0
1557678461.461980 input_csi_dispatch: 'm' "" "23"
1557678461.461986 parameter 0: number 23
1557678461.461993 input_csi_dispatch: 'm' "" "24"
1557678461.462000 parameter 0: number 24
1557678461.462007 input_csi_dispatch: 'J' "" ""
1557678461.462015 screen_write_collect_flush: flushed 0 items (0 bytes)
1557678461.462026 /dev/ttys000: \033[26;53r
1557678461.462063 fatal: tty_clamp_area: y too big, 4294967295 > 0