in reply to Re: Curses::UI loop dilemma
in thread Curses::UI loop dilemma

By the way, I also cannot use add_callback( <id>, \&some_of_my_code ) and then mainloop(), because the coderef also gets run only AFTER the input handling is done.