copying text in tmux horizonally split window includes trailing whitespace in left pane (but not rightmost pane)
in a tmux session, split horizonally: copy multiline text on the right pane and paste it somewhere: it shows lines without trailing whitespace in each line
but for the left pane: it shows trailing whitespace and now newline, as one long line:
line1......line2.......line3.....
instead of:
line1
line2
line3
NOTE: this is a different bug form https://gitlab.com/gnachman/iterm2/issues/3780 which occurred in tmux copy mode