Add a way for lines added to copy mode to be passed through the parser
authornicm <nicm@openbsd.org>
Mon, 30 May 2022 13:00:18 +0000 (13:00 +0000)
committernicm <nicm@openbsd.org>
Mon, 30 May 2022 13:00:18 +0000 (13:00 +0000)
commit16be08e6448dc521510e34d93ac4e785ed8e19cc
tree081a3a7e1aa50b8de7dfbcce98b33ea325c0b67b
parent7678c3f634702bd3566dc56d88f46d4eb25a1f26
Add a way for lines added to copy mode to be passed through the parser
to handle escape sequences and use it for run-shell, GitHub issue 3156.
usr.bin/tmux/cfg.c
usr.bin/tmux/cmd-queue.c
usr.bin/tmux/cmd-run-shell.c
usr.bin/tmux/input.c
usr.bin/tmux/tmux.h
usr.bin/tmux/window-copy.c