Add a -T flag to capture-pane to stop at the last used cell instead of
authornicm <nicm@openbsd.org>
Wed, 28 Sep 2022 07:55:29 +0000 (07:55 +0000)
committernicm <nicm@openbsd.org>
Wed, 28 Sep 2022 07:55:29 +0000 (07:55 +0000)
commit32b2c715e7efe88128f64e4eebf2ef2475ee6eb9
tree86321add2a2711e1dc5ae8392ed2bc858c93bcc3
parentffa6640bce11e952f830de2f066b27f7128e3ca7
Add a -T flag to capture-pane to stop at the last used cell instead of
the full width. Restore the previous behaviour by making it default to
off unless -J is used (the only time it matters). Fixes mosh unit tests;
GitHub issue 3339.
usr.bin/tmux/cmd-capture-pane.c
usr.bin/tmux/grid-view.c
usr.bin/tmux/grid.c
usr.bin/tmux/tmux.1
usr.bin/tmux/tmux.h