From 6d92b99dbcb6a616c88df1e6abbae0a96296e7a4 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 15 May 2020 16:15:24 +0100 Subject: Add a terminal feature for enable/disable extended keys (supported by xterm and mintty) and add an option to make tmux send it. --- tmux.1 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 17793911..e0c5667d 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 @@ -5744,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 -- cgit