Searched refs:NCursesUI (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | ncurses.py | 62 class NCursesUI: class 110 NCursesUI.Window.__init__( self, x+1, y+3, width-2, height-4, fg, bg ) 111 self.decoration = NCursesUI.Window( x, y, width, height, fg, bg ) 138 NCursesUI.DecoratedWindow.__init__( self, "Thread Activity", x, y, width, height ) 155 NCursesUI.DecoratedWindow.__init__( self, None, x, y, width, height ) 174 NCursesUI.DecoratedWindow.__init__( self, "Command Line Window", x, y, width, height ) 181 NCursesUI.Window.__init__( self, x, y, width, height ) 362 ui = NCursesUI()
|