Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
void CCursesControl::Init()
39
{
40
initscr();
41
noecho();
42
keypad(stdscr, true);
43
printw(
"Curses enabled."
);
44
}
45
46
void CCursesControl::End(void)
47
{
Callers
5
main
Function · 0.80
Process
Method · 0.80
HandleGiveDevicePowerStatus
Method · 0.80
Process
Method · 0.80
Process
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected