We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98c6eb commit 5855f82Copy full SHA for 5855f82
grub-core/normal/menu_text.c
@@ -393,7 +393,8 @@ menu_text_print_timeout (int timeout, void *dataptr)
393
char *msg_translated = 0;
394
395
grub_term_gotoxy (data->term,
396
- (struct grub_term_coordinate) { 0, data->geo.timeout_y });
+ (struct grub_term_coordinate) { STANDARD_MARGIN,
397
+ data->geo.timeout_y + 1 });
398
399
if (data->timeout_msg == TIMEOUT_TERSE
400
|| data->timeout_msg == TIMEOUT_TERSE_NO_MARGIN)
0 commit comments