diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-04-21 09:32:48 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-06-10 09:21:09 +0100 |
commit | 5107e848977640398843e720e26d45a66954e7f9 (patch) | |
tree | 439794dba6fe0eda17835b2a8d76c5f67b4519d4 /tmux.1 | |
parent | 736a276cc9bdb97bf35caa1995a54d328a839102 (diff) | |
download | rtmux-5107e848977640398843e720e26d45a66954e7f9.tar.gz rtmux-5107e848977640398843e720e26d45a66954e7f9.tar.bz2 rtmux-5107e848977640398843e720e26d45a66954e7f9.zip |
Add an "always" value to the extended-keys option to always forward these keys
to applications inside tmux.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 21 |
1 files changed, 17 insertions, 4 deletions
@@ -3418,11 +3418,24 @@ sessions. .Xc If enabled, the server will exit when there are no attached clients. .It Xo Ic extended-keys -.Op Ic on | off +.Op Ic on | off | always .Xc -When enabled, extended keys are requested from the terminal and if supported -are recognised by -.Nm . +When +.Ic on +or +.Ic always , +the escape sequence to enable extended keys is sent to the terminal, if +.Nm +knows that it is supported. +.Nm +always recognises extended keys itself. +If this option is +.Ic on , +.Nm +will only forward extended keys to applications when they request them; if +.Ic always , +.Nm +will always forward the keys. .It Xo Ic focus-events .Op Ic on | off .Xc |