summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcurses.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-07-24 19:35:52 (GMT)
committerFred Drake <fdrake@acm.org>2000-07-24 19:35:52 (GMT)
commite1b304db37064decce694e672953ead98e6b4902 (patch)
tree969ff94d45707a23ec5e359d2ae7f9e1e981881b /Doc/lib/libcurses.tex
parentc44221271a98993ec468fa3c1c99165a40b59895 (diff)
downloadcpython-e1b304db37064decce694e672953ead98e6b4902.zip
cpython-e1b304db37064decce694e672953ead98e6b4902.tar.gz
cpython-e1b304db37064decce694e672953ead98e6b4902.tar.bz2
Fix small typos and markup consistency nits.
Diffstat (limited to 'Doc/lib/libcurses.tex')
-rw-r--r--Doc/lib/libcurses.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex
index d0ba2a3..52f9263 100644
--- a/Doc/lib/libcurses.tex
+++ b/Doc/lib/libcurses.tex
@@ -21,7 +21,7 @@ Unix.
characters, regardless of your locale
settings.}
\seemodule{curses.textbox}{Editable text widget for curses supporting
- Emacs-like bindings.}
+ Emacs-like bindings.}
\seetext{Tutorial material on using curses with Python is available
on the Python Web site as Andrew Kuchling's
\citetitle[http://www.python.org/doc/howto/curses/curses.html]{Curses
@@ -349,10 +349,10 @@ Leave echo mode. Echoing of input characters is turned off,
Leave newline mode. Disable translation of return into newline on
input, and disable low-level translation of newline into
newline/return on output (but this does not change the behavior of
-addch('\n') which always does the equivalent of return and line feed
-on the virtual screen). With translation off, curses can sometimes speed
-up vertical motion a little; also, it will be able to detect the
-return key on input
+\code{addch('\e n')}, which always does the equivalent of return and
+line feed on the virtual screen). With translation off, curses can
+sometimes speed up vertical motion a little; also, it will be able to
+detect the return key on input.
\end{funcdesc}
\begin{funcdesc}{noqiflush}{}