I think your source tree might be out of date.
On Wed, Aug 24, 2016 at 01:01:11PM +0100, Nicholas Marriott wrote: > Hi > > Where do you see it use a short? > > > > On Tue, Aug 23, 2016 at 08:56:49PM -0700, George Nachman wrote: > > 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 [1][email protected]. > > To post to this group, send email to [2][email protected]. > > For more options, visit [3]https://groups.google.com/d/optout. > > > > References > > > > Visible links > > 1. mailto:[email protected] > > 2. mailto:[email protected] > > 3. https://groups.google.com/d/optout -- 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.
