[][src]Function matrixise::endwin

pub fn endwin() -> i32

Should be called before exiting or escaping from curses mode temporarily.

It will restore tty modes, move the cursor to the lower left corner of the screen and reset the terminal into the proper non-visual mode. To resume curses after a temporary escape, call refresh() or doupdate().