Searched refs:titleWindow (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ncurses-42/ncurses/c++/
H A Dcursesapp.cc68 NCursesWindow* NCursesApplication::titleWindow = 0; member in class:NCursesApplication
75 delete titleWindow;
76 titleWindow = 0;
91 titleWindow = &w;
H A Dcursesapp.h54 static NCursesWindow* titleWindow; // The Title Window (if any) member in class:NCursesApplication
H A Ddemo.cc547 titleWindow->bkgd(screen_titles());
548 titleWindow->addstr(0, (titleWindow->cols() - len)/2, titleText);
549 titleWindow->noutrefresh();

Completed in 64 milliseconds