778 LINES - 1, COLS, 0, 0,
779 screen.
initColor(COLOR_WHITE, COLOR_BLACK), screen.
initColor(COLOR_WHITE, COLOR_WHITE)
784 1, COLS, LINES - 1, 0,
785 screen.
initColor(COLOR_WHITE, COLOR_GREEN), screen.
initColor(COLOR_WHITE, COLOR_BLACK)
789 struct pollfd poll_fds[] = {
792 {STDIN_FILENO, POLLIN, 0},
828 if (poll(poll_fds, 4, 1000) < 0) {
832 }
while (!
m_exit_loop && !boost::this_thread::interruption_requested());