MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / Init

Method Init

src/cec-client/curses/CursesControl.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36#include <curses.h>
37
38void CCursesControl::Init()
39{
40 initscr();
41 noecho();
42 keypad(stdscr, true);
43 printw("Curses enabled.");
44}
45
46void CCursesControl::End(void)
47{

Callers 5

mainFunction · 0.80
ProcessMethod · 0.80
ProcessMethod · 0.80
ProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected