I've noticed that send-keys does not accept values larger than 0xffff. This
is an issue because U+1f4a9 is very popular with tmux integration users on
iTerm2. The cause is that key_string_lookup_string scans a short int and
rejects values with a length greater than four. Non-BMP values are accepted
as UTF-8 input through the TTY. Is this intentional? I see that the high
bits of key_code are reserved, but that that could be safely masked off
since Unicode only uses 21 bits.

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to