Message89447
The documentation of the curses module is not clear on the fact that
getch is blocking by default:
http://docs.python.org/3.0/library/curses.html#curses.window.getch
I suggest the following description instead of the current one:
"Get a character. Note that the integer returned does not have to be in
ASCII range: function keys, keypad keys and so on return numbers higher
than 256. By default, getch() is blocking and wait indefinitely for a
key press. In nodelay() mode, -1 is returned if there is no input." |
|
| Date |
User |
Action |
Args |
| 2009-06-17 09:18:34 | nojhan | set | recipients:
+ nojhan, georg.brandl |
| 2009-06-17 09:18:33 | nojhan | set | messageid: <[email protected]> |
| 2009-06-17 09:18:31 | nojhan | link | issue6295 messages |
| 2009-06-17 09:18:30 | nojhan | create | |
|