Searched refs:resize_handler (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | knotty.py | 34 def __init__(self, msg, maxval, widgets=None, extrapos=-1, resize_handler=None): argument 42 if resize_handler: 43 self._resize_default = resize_handler 266 …g, 100, widgets=[' ', progressbar.BouncingSlider(), ''], extrapos=3, resize_handler=self.sigwinch_… 269 …, progressbar.Percentage(), ' ', progressbar.Bar(), ''], extrapos=5, resize_handler=self.sigwinch_… 301 …ain_progress = BBProgress("Running tasks", maxtask, widgets=widgets, resize_handler=self.sigwinch_…
|
/openbmc/linux/tools/thermal/tmon/ |
H A D | tmon.h | 164 extern void resize_handler(int sig);
|
H A D | tui.c | 182 void resize_handler(int sig) in resize_handler() function 195 signal(SIGWINCH, resize_handler); in resize_handler()
|
H A D | tmon.c | 289 signal(SIGWINCH, resize_handler); in main()
|