Add a -M flag to capture-pane to use the copy mode screen, GitHub issue

4358.
This commit is contained in:
nicm
2025-02-20 13:39:58 +00:00
parent 18331e39bf
commit 084e6ee9ec
4 changed files with 42 additions and 13 deletions

1
tmux.h
View File

@ -1059,6 +1059,7 @@ struct window_mode {
struct mouse_event *);
void (*formats)(struct window_mode_entry *,
struct format_tree *);
struct screen *(*get_screen)(struct window_mode_entry *);
};
/* Active window mode. */