commit | 71e44cb97ffaaa3a777477aa6dcb0b0f29c9eda4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Sep 06 01:53:03 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Sep 06 01:53:03 2011 +0200 |
tree | c0d3cf142d5142d2f9a374512af64287add19353 | |
parent | d4d8ae5a42ac859c95bdcb2a608c1b972c56efac [diff] |
Issue #12567: Add curses.unget_wch() function Push a character so the next get_wch() will return it.