CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/09 08:03:12
Modified files:
usr.bin/tmux : arguments.c cmd-send-keys.c format.c
input-keys.c key-string.c tmux.1 tmux.h
Log message:
Add a -H flag to send-keys to send literal keys given as hex numbers
(needed for control clients to send mouse sequences). Also add some
format flags for UTF-8 and SGR mouse mode. Requested by Bradley Smith in
GitHub issues 1832 and 1833.
