Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e23f00 commit e3fb22bCopy full SHA for e3fb22b
1 file changed
Doc/lib/libcurses.tex
@@ -701,7 +701,7 @@ \subsection{Window Objects \label{curses-window-objects}}
701
\begin{methoddesc}[window]{getch}{\optional{x, y}}
702
Get a character. Note that the integer returned does \emph{not} have to
703
be in \ASCII{} range: function keys, keypad keys and so on return numbers
704
-higher than 256. In no-delay mode, an exception is raised if there is
+higher than 256. In no-delay mode, -1 is returned if there is
705
no input.
706
\end{methoddesc}
707
0 commit comments