[][src]Function ncursesw::immedok

pub fn immedok(handle: WINDOW, flag: bool)

If flag is true, any change in the window image automatically causes the window to be refreshed; you no longer have to call refresh() yourself. However, it may degrade performance considerably, due to repeated calls to wrefresh. This option is disabled by default.