commit | 9fb9f78e43337833825ae464a1c39ed6d78a2fdb | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicm@openbsd.org> | Fri May 31 12:50:05 2013 +0000 |
committer | Nicholas Marriott <nicm@openbsd.org> | Fri May 31 12:50:05 2013 +0000 |
tree | 4e33ed08af55a574ea6470f36f3d45423db6ccd2 | |
parent | a0cf65db77343cf60a72c59596ccfcaebe91c663 [diff] |
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.