curses.ungetch(ch)
Push ch so the next getch()
will return it.
Note
Only one ch can be pushed before getch()
is called.
curses.ungetch(ch)
Push ch so the next getch()
will return it.
Note
Only one ch can be pushed before getch()
is called.
Please login to continue.