Comment 20 for bug 482623

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Actually, I just came across this:
 * http://stackoverflow.com/questions/4653572/how-do-i-get-the-f1-f12-keys-to-switch-screens-in-gnu-screen-in-cygwin-when-conne

Which suggests adding the following to ~/.screenrc:
terminfo * k1=\EOP
terminfo * k2=\EOQ
terminfo * k3=\EOR
terminfo * k4=\EOS
terminfo * k5=\E[15~
terminfo * k6=\E[17~
terminfo * k7=\E[18~
terminfo * k8=\E[19~
terminfo * k9=\E[20~
terminfo * F1=\E[23~
terminfo * F2=\E[24~

Could someone who can still reproduce this bug please try this and let me know the result?

Cheers,
Dustin