CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/11/12 04:05:34

Modified files:
        usr.bin/tmux   : cmd-bind-key.c cmd-list-keys.c cmd-send-keys.c 
                         cmd-set-option.c cmd-unbind-key.c input-keys.c 
                         key-bindings.c key-string.c mode-key.c 
                         server-client.c status.c tmux.h tty-keys.c 
                         utf8.c window-choose.c window-clock.c 
                         window-copy.c window.c xterm-keys.c 

Log message:
Support UTF-8 key bindings by expanding the key type from int to
uint64_t and converting UTF-8 to Unicode on input and the reverse on
output. (This allows key bindings, there are still omissions - the
largest being that the various prompts do not accept UTF-8.)

Reply via email to