Follow xterm's behavior for the menu key

Fixes #597
Also generate the modified variants of the function keys.
This commit is contained in:
Kovid Goyal
2018-12-03 14:04:26 +05:30
parent 8d9ba4a772
commit a7bd6922e5
3 changed files with 291 additions and 150 deletions

View File

@@ -95,6 +95,8 @@ Changelog
- When double or triple clicking ignore clicks if they are "far" from each
other (:iss:`1093`)
- Follow xterm's behavior for the menu key (:iss:`597`)
0.12.3 [2018-09-29]
------------------------------