immedok --
enable or disable immediate terminal refresh
Synopsis
cc [options] file-lcurses
#include <curses.h>
void immedok(WINDOW *win, bool bf);
Description
The
immedok(3curses)
function specifies whether the screen is refreshed whenever the window pointed
to by win is changed.
If bf is TRUE, the window is implicitly refreshed on each such change.
If bf is FALSE, the window is not implicitly refreshed.
The initial state is FALSE.