Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
245
int refresh(void)
246
{
247
PDC_LOG((
"refresh() - called\n"
));
248
249
return wrefresh(stdscr);
250
}
251
252
int wredrawln(WINDOW *win, int start, int num)
253
{
Callers
5
HandleResize
Method · 0.85
Render
Method · 0.85
HandleInput
Method · 0.85
UpdateContent
Method · 0.85
Render
Method · 0.85
Calls
1
wrefresh
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…