Searched refs:ANSI_CURSOR_POSITION (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | bootmenu.c | 67 printf(ANSI_CURSOR_POSITION, entry->num + 4, 1); in bootmenu_print_entry() 86 printf(ANSI_CURSOR_POSITION, menu->count + 5, 1); in bootmenu_autoboot_loop() 124 printf(ANSI_CURSOR_POSITION, menu->count + 5, 1); in bootmenu_autoboot_loop() 415 printf(ANSI_CURSOR_POSITION, 1, 1); in bootmenu_show() 432 printf(ANSI_CURSOR_POSITION, 1, 1); in bootmenu_show() 457 printf(ANSI_CURSOR_POSITION, 1, 1); in menu_display_statusline() 459 printf(ANSI_CURSOR_POSITION, 2, 1); in menu_display_statusline() 462 printf(ANSI_CURSOR_POSITION, 3, 1); in menu_display_statusline() 466 printf(ANSI_CURSOR_POSITION, menu->count + 5, 1); in menu_display_statusline() 468 printf(ANSI_CURSOR_POSITION, menu->count + 6, 1); in menu_display_statusline() [all …]
|
/openbmc/u-boot/include/ |
H A D | ansi.h | 18 #define ANSI_CURSOR_POSITION "\e[%d;%dH" macro
|