I have a curses app that is displaying real time data.  I would like
to bind certain keys to certain functions, but do not want to block
waiting for 
 
  c = screen.getch() 

Is it possible to register callbacks with curses, something like

  screen.register('keypress', myfunc)

Thanks,
JDH
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to