pub fn clearok(handle: WINDOW, flag: bool) -> Result<(), NCurseswError>
Expand description

If flag is true, the next call to refresh() will clear the window completely.