summaryrefslogtreecommitdiffstats
path: root/loader2
diff options
context:
space:
mode:
Diffstat (limited to 'loader2')
-rw-r--r--loader2/lang.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/loader2/lang.c b/loader2/lang.c
index a906480db..fe554607b 100644
--- a/loader2/lang.c
+++ b/loader2/lang.c
@@ -342,6 +342,10 @@ static int startBterm(int flags) {
stopNewt();
rc = bterm_main(4, args);
+
+ /* HACK: sleep to give the console time to adjust */
+ sleep(1);
+
startNewt(flags);
return rc;
}