Mouse move keys are not useful as key bindings because we do not turn
authornicm <nicm@openbsd.org>
Wed, 11 Sep 2024 19:12:33 +0000 (19:12 +0000)
committernicm <nicm@openbsd.org>
Wed, 11 Sep 2024 19:12:33 +0000 (19:12 +0000)
commit8f60bb2f0860ddbfa6806aad18849b3efccffc94
tree42b14bf534b27a1f689f95340c887655a9da7c7b
parentf4b47ae8c166ad93c181c94348498561bc3a6653
Mouse move keys are not useful as key bindings because we do not turn
them on unless the application requests them. Ignore them so they do not
cause the prefix to be canceled, GitHub issue 4111.
usr.bin/tmux/server-client.c