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

Function onsig

Source/CursesDialog/ccmake.cxx:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49extern "C" {
50
51void onsig(int /*unused*/)
52{
53 if (cmCursesForm::CurrentForm) {
54 cmCursesForm::CurrentForm->HandleResize();
55 }
56 signal(SIGWINCH, onsig);
57}
58}
59#endif // _WIN32
60} // anonymous namespace

Callers

nothing calls this directly

Calls 1

HandleResizeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…