Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e810e5a

Browse files
committed
Merged revisions 73462-73463 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r73462 | georg.brandl | 2009-06-17 11:36:21 +0200 (Mi, 17 Jun 2009) | 1 line #6295: clarify blocking behavior of getch(). ........ r73463 | georg.brandl | 2009-06-17 11:43:31 +0200 (Mi, 17 Jun 2009) | 1 line #6255: document PyInt_FromSize_t. ........
1 parent 5bc472a commit e810e5a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/curses.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,8 @@ the following methods:
793793

794794
Get a character. Note that the integer returned does *not* have to be in ASCII
795795
range: function keys, keypad keys and so on return numbers higher than 256. In
796-
no-delay mode, -1 is returned if there is no input.
796+
no-delay mode, -1 is returned if there is no input, else :func:`getch` waits
797+
until a key is pressed.
797798

798799

799800
.. method:: window.getkey([y, x])

0 commit comments

Comments
 (0)