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

Function scroll

Utilities/cmpdcurses/pdcurses/scroll.c:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96int scroll(WINDOW *win)
97{
98 PDC_LOG(("scroll() - called\n"));
99
100 return wscrl(win, 1);
101}

Callers

nothing calls this directly

Calls 1

wscrlFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…