diff options
Diffstat (limited to 'Doc/mac/libmacconsole.tex')
-rw-r--r-- | Doc/mac/libmacconsole.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/mac/libmacconsole.tex b/Doc/mac/libmacconsole.tex index 2f60890..42d4e51 100644 --- a/Doc/mac/libmacconsole.tex +++ b/Doc/mac/libmacconsole.tex @@ -1,4 +1,4 @@ -\section{Built-in module \sectcode{macconsole}} +\section{Built-in Module \sectcode{macconsole}} \bimodindex{macconsole} \renewcommand{\indexsubitem}{(in module macconsole)} @@ -62,7 +62,7 @@ If set non-zero, the window will wait for user action before closing. \subsection{console window object} -\renewcommand{\indexsubitem}{(console window method)} +\renewcommand{\indexsubitem}{(console window attribute)} \begin{datadesc}{file} The file object corresponding to this console window. If the file is @@ -70,6 +70,8 @@ buffered, you should call \code{file.flush()} between \code{write()} and \code{read()} calls. \end{datadesc} +\renewcommand{\indexsubitem}{(console window method)} + \begin{funcdesc}{setmode}{mode} Set the input mode of the console to \var{C_ECHO}, etc. \end{funcdesc} |