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. --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fdd39107..91d641fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -184,8 +184,7 @@ dist_tmux_SOURCES = \ window-tree.c \ window.c \ xmalloc.c \ - xmalloc.h \ - xterm-keys.c + xmalloc.h nodist_tmux_SOURCES = osdep-@PLATFORM@.c # Add compat file for forkpty. -- cgit v1.2.3