summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-15 10:31:54 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-15 10:31:54 +0100
commit5ee4d991b6a325848083017665ac3d3ace2d1fa1 (patch)
tree68758e3a785e9776087c4cadf187a201919a573b /Makefile.am
parentc4d8100b2fd220d358481db419221ee1454d3cad (diff)
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
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.