Commit 2fcf389e authored by Georg Brandl's avatar Georg Brandl

#6295: clarify blocking behavior of getch().

parent cdcd4bff
......@@ -796,7 +796,8 @@ the following methods:
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. In
no-delay mode, -1 is returned if there is no input.
no-delay mode, -1 is returned if there is no input, else :func:`getch` waits
until a key is pressed.
.. method:: window.getkey([y, x])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment