keypressed...
Michael Hudson
mwh at python.net
Mon Feb 10 10:51:09 EST 2003
More information about the Python-list mailing list
Mon Feb 10 10:51:09 EST 2003
- Previous message (by thread): zope documentation
- Next message (by thread): keypressed...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
gabor <gabor at z10n.net> writes: > On Mon, 2003-02-10 at 05:20, Erik Max Francis wrote: > > gabor wrote: > > > > > sorry, linux here.... > > > > > > any info on that platform ? > > > > curses would probably be your best bet there. > yes, at the end i used curses, and it works nicely, thanks... > > i just thought that maybe there's a simpler solution not needing > curses.... Not really. You can muck with terminal settings and ioctl calls if you really want to avoid curses. It's not really hard, but it's fiddly and tedious. Cheers, M. -- "Well, the old ones go Mmmmmbbbbzzzzttteeeeeep as they start up and the new ones go whupwhupwhupwhooopwhooooopwhooooooommmmmmmmmm." -- Graham Reed explains subway engines on asr
- Previous message (by thread): zope documentation
- Next message (by thread): keypressed...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list