pub fn unget_wch(ch: WideChar) -> Result<(), NCurseswError>
Expand description

Push ch so the next get_wch() will return it.

Note: Only one ch can be pushed before get_wch() is called.