Searched refs:base_x (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | taskexp_ncurses.py | 237 x = box.base_x 271 box.screen.addch(box.base_y+2, box.base_x, curses.ACS_LTEE, box.color) 272 box.screen.addch(box.base_y+2, box.base_x+box.width-1, curses.ACS_RTEE, box.color) 288 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument 295 self.base_x = base_x 354 (self.base_x + (self.width//2))-((len(self.label)+2)//2), 377 self.screen.addstr(self.base_y+1+i, self.base_x+2, line, curses.A_BOLD) 380 self.screen.addstr(self.base_y+1+i, self.base_x+2, line) 383 self.screen.addstr(self.base_y+1+i, self.base_x+2, line) 391 self.screen.addstr(self.base_y + self.height, self.base_x, tag_line) [all …]
|