menu: Fix padding issue introduced in e1d25f8
This commit is contained in:
parent
e94d2b7993
commit
fd73ea7cd0
|
@ -776,6 +776,7 @@ refresh:
|
|||
terms[0]->get_cursor_pos(terms[0], &x, &y);
|
||||
set_cursor_pos_helper(terms[0]->cols / 2 - DIV_ROUNDUP(strlen(menu_branding), 2), y);
|
||||
print("\e[3%sm%s\e[37m", menu_branding_colour, menu_branding);
|
||||
print("\n\n\n\n");
|
||||
}
|
||||
|
||||
while (menu_tree == NULL) {
|
||||
|
|
Loading…
Reference in New Issue