diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 3ada118..b57e663 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -184,6 +184,10 @@ fi if [ "$NON_INTERACTIVE" -eq 0 ]; then LINES=$(tput lines) + if [ -n "$ENVLAT" ]; then + # Scroll env.lat output into scrollback so the TUI starts clean + printf '\n%.0s' $(seq 1 $LINES) + fi print_block # Pre-fill env.lat bootstrap steps as already completed if [ -n "$ENVLAT" ]; then