Add support for the keypad Begin key

Fixes #3468
This commit is contained in:
Kovid Goyal
2021-04-11 07:58:27 +05:30
parent 084b028eac
commit c989a7198b
11 changed files with 121 additions and 108 deletions

View File

@@ -277,7 +277,7 @@ class Loop:
pass
else:
self.handler.on_mouse(ev)
elif q in 'u~ABCDHFPQRS':
elif q in 'u~ABCDEHFPQRS':
if csi == '200~':
self.in_bracketed_paste = True
return