You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pane(fix[capture_pane]): -M captures mode screen, not escape markup
why: capture-pane -M captures from the mode screen (e.g. copy mode),
not escape markup. Verified in cmd-capture-pane.c:132 and tmux
CHANGES: "Add -M flag to capture-pane to use the copy mode screen."
what:
- Rename escape_markup param to mode_screen
- Update docstring and warning message
- Update test name and parameter usage
0 commit comments