CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/05/16 10:30:59
Modified files:
usr.bin/tmux : Makefile input-keys.c options-table.c popup.c
server.c tmux.1 tmux.h tty-keys.c
Removed files:
usr.bin/tmux : xterm-keys.c
Log message:
xterm-keys has been on by default for five years and all other modern
terminals use these key sequences by default. Merge the code into the
main tty and input tree processing (converting the latter to use a tree
rather than a table at the same time) and make the option a no-op.