Function pancurses::reset_shell_mode[][src]

pub fn reset_shell_mode() -> i32
Expand description

Restore the terminal to “shell” (not in curses) state. This is done automatically by endwin() and doupdate() after an endwin(), so this would normally not be called before.