From: Fred L. D. <fd...@us...> - 2000-08-15 19:01:29
|
Update of /cvsroot/py-howto/pyhowto In directory slayer.i.sourceforge.net:/tmp/cvs-serv2944 Modified Files: curses.tex Log Message: Typo: curses.wrapper\wrapper() --> curses.wrapper.wrapper() This prevented formatting. Index: curses.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/curses.tex,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** curses.tex 2000/08/11 14:55:39 1.6 --- curses.tex 2000/08/15 19:01:25 1.7 *************** *** 320,324 **** To use colour, you must call the \function{start_color()} function soon after calling \function{initscr()}, to initialize the default ! colour set (the \function{curses.wrapper\wrapper()} function does this automatically). Once that's done, the \function{has_colors()} function returns TRUE if the terminal in use can actually display --- 320,324 ---- To use colour, you must call the \function{start_color()} function soon after calling \function{initscr()}, to initialize the default ! colour set (the \function{curses.wrapper.wrapper()} function does this automatically). Once that's done, the \function{has_colors()} function returns TRUE if the terminal in use can actually display |