Home
last modified time | relevance | path

Searched refs:color_pair (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/ui/
H A Dcurses.c83 short color_pair = PAIR_NUMBER(line[x]); in curses_update() local
90 setcchar(&curses_line[x], wch, at, color_pair, NULL); in curses_update()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py293 self.color = curses.color_pair(CURSES_NORMAL) if screen else None
430 …reen.addstr(self.base_y+1+self.cursor_offset,self.base_x+1,">", curses.color_pair(CURSES_HIGHLIGHT…
431 …(self.base_y+1+self.cursor_offset,self.base_x+2,str_ctl % task, curses.color_pair(CURSES_HIGHLIGHT…
564 … self.screen.addstr(self.y_pos,self.x_pos+7,"<Press any key>", curses.color_pair(CURSES_HIGHLIGHT))
1229 …dep.screen.addstr(0,2,'[BIGGER WINDOW PLEASE]', curses.color_pair(CURSES_WARNING) | curses.A_BLINK)