When sharing a tmux session over SSH, tmux used to resize the window to the smallest of the two terminals, showing a dots padding to the user with the biggest terminal. With the latest version, tmux keeps resizing the window to the size of the terminal of the person that is typing. This means the person with the smallest terminal gets their content clipped. We first noticed this on 3.1b, but it persists on HEAD.
Please provide the following information:
tmux -V): tmux next-3.2uname -sp): Darwin i386echo $TERM): screentmux kill-server; tmux -vv new): tmuxlogs.tar.gzChange window-size to smallest or largest.
@nicm Oh! I see the latest value has been introduced and maybe it's the default now? Pretty sure smallest had been default until now, any particular reason this was changed?
Edit: this was clearly documented in the CHANGES file, sorry for the issue 鈽癸笍 closing!
Most helpful comment
Change
window-sizetosmallestorlargest.