menu: Fix padding issue introduced in e1d25f8

This commit is contained in:
mintsuki 2023-09-19 23:52:42 -05:00
parent a36de776a7
commit f1236373fe
1 changed files with 1 additions and 0 deletions

View File

@ -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) {