MCPcopy Create free account
hub / github.com/SIPp/sipp / screen_exit

Function screen_exit

src/screen.cpp:49–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void screen_exit()
50{
51 if (!screen_inited) {
52 return;
53 }
54
55 clear();
56 refresh();
57 endwin();
58 screen_inited = 0;
59}
60
61void screen_init()
62{

Callers 1

sipp_exitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected