From 5ee4d991b6a325848083017665ac3d3ace2d1fa1 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 15 May 2020 10:31:54 +0100 Subject: xterm-keys has been on by default for 5 years and all other modern terminals use these key sequences by default. Merge the code into the main tty and input tree processing (convering the latter to use a tree rather than a table at the same time) and make the option a no-op. --- tmux.1 | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 2979c4b2..17793911 100644 --- a/tmux.1 +++ b/tmux.1 @@ -4054,16 +4054,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: -- cgit