Searched refs:bColors (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesapp.cc41 NCursesApplication::init(bool bColors) argument
43 if (bColors)
131 bool bColors = b_Colors; local
145 init(bColors);
156 NCursesApplication::NCursesApplication(bool bColors) argument
157 : b_Colors(bColors),
H A Dcursesapp.h61 virtual void init(bool bColors);

Completed in 70 milliseconds