MCPcopy Create free account
hub / github.com/Kitware/CMake / refresh

Function refresh

Utilities/cmpdcurses/pdcurses/refresh.c:245–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245int refresh(void)
246{
247 PDC_LOG(("refresh() - called\n"));
248
249 return wrefresh(stdscr);
250}
251
252int wredrawln(WINDOW *win, int start, int num)
253{

Callers 5

HandleResizeMethod · 0.85
RenderMethod · 0.85
HandleInputMethod · 0.85
UpdateContentMethod · 0.85
RenderMethod · 0.85

Calls 1

wrefreshFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…