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

Function screen_init

src/screen.cpp:61–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void screen_init()
62{
63 if (backgroundMode || screen_inited) {
64 return;
65 }
66
67 screen_inited = 1;
68
69 setlocale(LC_ALL, "");
70 initscr();
71 cbreak();
72 noecho();
73 clear();
74}
75
76void print_statistics(int last)
77{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected