Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py238 y = box.base_y
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
296 self.base_y = base_y
353 self.screen.addstr(self.base_y,
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 …]