Have tmux recognise pasted texts wrapped in bracket paste sequences,
authornicm <nicm@openbsd.org>
Thu, 12 Jan 2023 18:49:11 +0000 (18:49 +0000)
committernicm <nicm@openbsd.org>
Thu, 12 Jan 2023 18:49:11 +0000 (18:49 +0000)
commit25f2c8214a74910e955d126f92a5a8510522653b
tree3a3ec1938bbd6e54e4d212713407dd770210e65f
parent977f29ed7546c9c348223a264fff14c7e4951078
Have tmux recognise pasted texts wrapped in bracket paste sequences,
rather than only forwarding them to the program inside. From Andrew
Onyshchuk in GitHub issue 3431.
usr.bin/tmux/input-keys.c
usr.bin/tmux/server-client.c
usr.bin/tmux/tmux.h
usr.bin/tmux/tty.c