diff options
Diffstat (limited to 'Doc/lib/libcmd.tex')
-rw-r--r-- | Doc/lib/libcmd.tex | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Doc/lib/libcmd.tex b/Doc/lib/libcmd.tex index 37e08a2..e38fc24 100644 --- a/Doc/lib/libcmd.tex +++ b/Doc/lib/libcmd.tex @@ -138,4 +138,9 @@ headers. If empty, no ruler line is drawn. It defaults to \character{=}. \end{memberdesc} - +\begin{memberdesc}{use_rawinput} +A flag, defaulting to true. If true, \method{cmdloop()} uses +\function{raw_input()} to display a prompt and read the next command; +if false, \function{sys.stdout.write()} and +\function{sys.stdin.readline()} are used. +\end{memberdesc} |