Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py410 def cursor_on(self,is_on): member in NBox
651 self.cursor_on(False)
667 self.cursor_on(True)
834 self.package_view.cursor_on(False)
851 self.package_view.cursor_on(True)
1215 active_package.cursor_on(True)
1228 active_package.cursor_on(False)
1307 active_package.cursor_on(True)
1323 active_package.cursor_on(True)
1386 active_package.cursor_on(False)
[all …]
/openbmc/qemu/ui/
H A Dconsole.c54 bool cursor_on; member
683 dcl->ops->dpy_mouse_set(dcl, con->cursor_x, con->cursor_y, con->cursor_on); in dcl_set_graphic_cursor()
947 con->cursor_on = on; in dpy_mouse_set()