CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/05/16 10:44:54

Modified files:
        usr.bin/tmux   : input-keys.c input.c options-table.c tmux.1 
                         tmux.h tty-features.c tty-keys.c tty-term.c 
                         tty.c 

Log message:
Add a terminal feature for enable/disable extended keys (supported by
xterm and mintty) and add an option to make tmux send it. Only forward
extended keys if the application has requested them, even though we use
the CSI u sequence and xterm uses CSI 27 ~ - this is what mintty does as
well.

Reply via email to