From e28251981a94e84a5cf7aedc66e07e90ff0dccf1 Mon Sep 17 00:00:00 2001 From: dzaima Date: Thu, 29 Dec 2022 16:15:45 +0200 Subject: [PATCH] build.bqn: properly clear first redrawing line --- build/src/build.bqn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/src/build.bqn b/build/src/build.bqn index fe7d5980..d0c5a949 100755 --- a/build/src/build.bqn +++ b/build/src/build.bqn @@ -393,7 +393,7 @@ Run ← { 𝕊: currLive ← ⟨⟩ e ← @+27 UpdateLive ← { - •term.OutRaw (∾(0⌈¯1+≠currLive)⥊<(e∾(@+13)∾"[0K"∾e∾"[1F")) ∾ (•ToUTF8 ∾storedOut) ∾ 1↓∾((@+10)∾•ToUTF8)¨ 𝕩 + •term.OutRaw (¯4↓∾(≠currLive)⥊<(e∾(@+13)∾"[0K"∾e∾"[1F")) ∾ (•ToUTF8 ∾storedOut) ∾ 1↓∾((@+10)∾•ToUTF8)¨ 𝕩 •term.Flush @ currLive ↩ 𝕩 storedOut ↩ ⟨⟩