Searched refs:CURSES_HIGHLIGHT (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | taskexp_ncurses.py | 106 CURSES_HIGHLIGHT = 1 variable 430 …lf.base_y+1+self.cursor_offset,self.base_x+1,">", curses.color_pair(CURSES_HIGHLIGHT) | curses.A_B… 431 …1+self.cursor_offset,self.base_x+2,str_ctl % task, curses.color_pair(CURSES_HIGHLIGHT) | task_font) 564 … self.screen.addstr(self.y_pos,self.x_pos+7,"<Press any key>", curses.color_pair(CURSES_HIGHLIGHT)) 1260 curses.init_pair(CURSES_HIGHLIGHT, curses.COLOR_WHITE, curses.COLOR_BLUE)
|