Simple interface for curses.
Public Functions
-
cursesw()
Desc.
-
void init()
Desc.
-
int cw_getch()
Desc.
-
void finalize()
Desc.
-
std::string identify(int ch)
Desc.
-
void cw_printw(std::string)
Desc.
Protected Attributes
-
std::vector<key_def> key_list
Desc.
-
int row
Desc.
-
int col
-
struct key_def_s
Desc.
Public Members
-
int key
-
std::string desc