diff options
author | nicm <nicm> | 2020-05-16 16:44:54 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-05-16 16:44:54 +0000 |
commit | 0ab82d95314e7a26a48452c77ad710f3aff97dd7 (patch) | |
tree | 8a7439d2a3007bb7de92f6c8c801bb5303754fae /tmux.1 | |
parent | 292b335ca5b594729cf9ff79f0f4273c725537a4 (diff) | |
download | rtmux-0ab82d95314e7a26a48452c77ad710f3aff97dd7.tar.gz rtmux-0ab82d95314e7a26a48452c77ad710f3aff97dd7.tar.bz2 rtmux-0ab82d95314e7a26a48452c77ad710f3aff97dd7.zip |
Add a terminal feature for enable/disable extended keys (supported by
xterm and mintty) and add an option to make tmux send it. Only forward
extended keys if the application has requested them, even though we use
the CSI u sequence and xterm uses CSI 27 ~ - this is what mintty does as
well.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 18 |
1 files changed, 8 insertions, 10 deletions
@@ -3225,6 +3225,12 @@ sessions. .Op Ic on | off .Xc If enabled, the server will exit when there are no attached clients. +.It Xo Ic extended-keys +.Op Ic on | off +.Xc +When enabled, extended keys are requested from the terminal and if supported +are recognised by +.Nm . .It Xo Ic focus-events .Op Ic on | off .Xc @@ -4054,16 +4060,6 @@ option. .Xc If this option is set, searches will wrap around the end of the pane contents. The default is on. -.Pp -.It Xo Ic xterm-keys -.Op Ic on | off -.Xc -If this option is set, -.Nm -will generate -.Xr xterm 1 -style -function key sequences; these have a number included to indicate modifiers such -as Shift, Alt or Ctrl. .El .Pp Available pane options are: @@ -5754,6 +5750,8 @@ Disable and enable bracketed paste. These are set automatically if the .Em XT capability is present. +.It Em \&Dseks , \&Eneks +Disable and enable extended keys. .It Em \&Dsfcs , \&Enfcs Disable and enable focus reporting. These are set automatically if the |