John Hunter wrote:
> 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('ke
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
--
ht