Your mailer has mangled this patch, please send it as an attachment.
On Sat, Dec 20, 2014 at 06:02:22AM +0100, Daniel Hahler wrote:
> Hello,
>
> urxvt/rxvt-unicode has a strange method of handling function keys.
>
> It defines kf1=\E[11~ to kf20=\E[34~ in its terminfo, but only has a concept
>
Hello,
urxvt/rxvt-unicode has a strange method of handling function keys.
It defines kf1=\E[11~ to kf20=\E[34~ in its terminfo, but only has a concept
of 10 function keys (kf1 to kf10), and then uses kf11 to kf20 for the
shifted variants.
For F11/F12 it sends the same code as for Shift-F1/F2.
I