ungetch


Description:

public int ungetch (int ch)

Push ch so the next Curses.getch will return it.

Note: Only one ch can be pushed before Curses.getch is called.


Namespace: Curses
Package: curses