CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/28 01:55:29
Modified files:
usr.bin/tmux : cmd-capture-pane.c grid-view.c grid.c tmux.1
tmux.h
Log message:
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.
