CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/05/31 06:50:05
Modified files:
usr.bin/tmux : cmd-send-keys.c
Log message:
Use u_char for the send-keys string to avoid mangling top-bit-set
characters when they are promoted to int and passed to
window_pane_key. Reported by Jacob Bang.
