Author: dmeyer
Date: Fri Apr  7 18:31:12 2006
New Revision: 1388

Modified:
   trunk/base/src/input/stdin.py

Log:
fix another bug when porting getch

Modified: trunk/base/src/input/stdin.py
==============================================================================
--- trunk/base/src/input/stdin.py       (original)
+++ trunk/base/src/input/stdin.py       Fri Apr  7 18:31:12 2006
@@ -84,7 +84,7 @@
     os.system("stty echo")
 
 
-def _handle_stdin_keypress(fd):
+def _handle_stdin_keypress():
     ch = getch()
     kaa.signals["stdin_key_press_event"].emit(ch)
     return True


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to