:: commit c7f344784c54fc07ecd2672d64383cece855e7c5

mintsuki <mintsuki@protonmail.com> — 2023-02-16 06:18

parents: 48053fd206

menu: Fix issue introduced in 48053fd2 where TIMEOUT=0 would not show interface

diff --git a/common/menu.c b/common/menu.c
index f4040d45..d4bac48c 100644
--- a/common/menu.c
+++ b/common/menu.c
@@ -625,6 +625,8 @@ noreturn void _menu(bool first_run) {
 #endif
     }
 
+    term_fallback();
+
     if (bad_config == false) {
 #if defined (UEFI)
         if (init_config_disk(boot_volume)) {
tab: 248 wrap: offon