[][src]Function ncursesw::unget_wch

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

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

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