touchline, touchwin - window refresh control functions
#include <curses.h> int touchline(WINDOW *win, int start, int count); int touchwin(WINDOW *win);
Refer to is_linetouched().