| commit | ca2b64682e2f3c5e3fb2ed150600a73105119e82 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Wed Aug 29 01:40:57 2012 +0200 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Wed Aug 29 01:40:57 2012 +0200 |
| tree | 69f5e40353c33dfbbfc79fb7c49cc1a1aaca3bcc | |
| parent | 3694401ad278040c6517095ecb2d50ee43b0d7fb [diff] |
Issue #15785: Modify window.get_wch() API of the curses module: return a character for most keys, and an integer for special keys, instead of always returning an integer. So it is now possible to distinguish special keys like keypad keys.