Skip to content

Commit 5855f82

Browse files
Cyanoxygenchenx97
authored andcommitted
normal: align countdown text with rest of the UI
And add an extra blank line above it.
1 parent b98c6eb commit 5855f82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grub-core/normal/menu_text.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,8 @@ menu_text_print_timeout (int timeout, void *dataptr)
393393
char *msg_translated = 0;
394394

395395
grub_term_gotoxy (data->term,
396-
(struct grub_term_coordinate) { 0, data->geo.timeout_y });
396+
(struct grub_term_coordinate) { STANDARD_MARGIN,
397+
data->geo.timeout_y + 1 });
397398

398399
if (data->timeout_msg == TIMEOUT_TERSE
399400
|| data->timeout_msg == TIMEOUT_TERSE_NO_MARGIN)

0 commit comments

Comments
 (0)