Update of /cvsroot/py-howto/pyhowto
In directory sc8-pr-cvs1:/tmp/cvs-serv29979
Modified Files:
curses.tex
Log Message:
Use right function name
Index: curses.tex
===================================================================
RCS file: /cvsroot/py-howto/pyhowto/curses.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** curses.tex 17 May 2002 20:24:52 -0000 1.17
--- curses.tex 18 Nov 2002 14:15:01 -0000 1.18
***************
*** 160,164 ****
and so forth.
! The \code{stdscr} object returned by the \function{initwin()} function
is a window object that covers the entire screen. Many programs may
need only this single window, but you might wish to divide the screen
--- 160,164 ----
and so forth.
! The \code{stdscr} object returned by the \function{initscr()} function
is a window object that covers the entire screen. Many programs may
need only this single window, but you might wish to divide the screen
|