File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ \section{\module{al} ---
6262
6363\subsection {Configuration Objects \label {al-config-objects } }
6464
65- Configuration objects ( returned by \function {newconfig()} have the
65+ Configuration objects returned by \function {newconfig()} have the
6666following methods:
6767
6868\begin {methoddesc }[audio configuration]{getqueuesize}{}
Original file line number Diff line number Diff line change @@ -997,7 +997,7 @@ \subsection{Window Objects \label{curses-window-objects}}
997997
998998\begin {methoddesc }[window]{timeout}{delay}
999999Sets blocking or non-blocking read behavior for the window. If
1000- \var {delay} is negative, blocking read is used, which will wait
1000+ \var {delay} is negative, blocking read is used ( which will wait
10011001indefinitely for input). If \var {delay} is zero, then non-blocking
10021002read is used, and -1 will be returned by \method {getch()} if no input
10031003is waiting. If \var {delay} is positive, then \method {getch()} will
You can’t perform that action at this time.
0 commit comments