Update of /cvsroot/py-howto/pyhowto
In directory slayer.i.sourceforge.net:/tmp/cvs-serv23327
Modified Files:
curses.tex
Log Message:
Add link to Console module, for people using Windows
Index: curses.tex
===================================================================
RCS file: /cvsroot/py-howto/pyhowto/curses.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** curses.tex 2000/08/17 00:39:22 1.8
--- curses.tex 2000/11/29 03:32:13 1.9
***************
*** 49,52 ****
--- 49,58 ----
proprietary Unixes may not support everything, though.
+ No one has made a Windows port of the curses module. On a Windows
+ platform, try the Console module written by Fredrik Lundh. The
+ Console module provides cursor-addressable text output, plus full
+ support for mouse and keyboard input, and is available from
+ \url{http://effbot.org/efflib/console}.
+
\subsection{The Python curses module}
|