Skip to content

Commit

Permalink
menu: Fix padding issue introduced in e1d25f8
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Sep 20, 2023
1 parent 8548da7 commit da0378c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@ noreturn void _menu(bool first_run) {
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) {
Expand Down

0 comments on commit da0378c

Please sign in to comment.