From c981889bf01cdd200addb126864b2f91716538b8 Mon Sep 17 00:00:00 2001 From: dzaima Date: Sat, 30 Sep 2023 17:19:24 +0300 Subject: [PATCH] fix improper escape sequence in build.bqn --- 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 d9e5cf1a..7b87fb54 100755 --- a/build/src/build.bqn +++ b/build/src/build.bqn @@ -519,7 +519,7 @@ Run ← { 𝕊: currLive ← ⟨⟩ e ← @+27 { - •term.OutRaw (¯4↓∾(≠currLive)⥊<(e∾(@+13)∾"[0K"∾e∾"[1F")) ∾ (•ToUTF8 ∾storedOut) ∾ 1↓∾((@+10)∾•ToUTF8)¨ 𝕩 + •term.OutRaw (¯4↓∾(≠currLive)⥊<((@+13)∾e∾"[0K"∾e∾"[1F")) ∾ (•ToUTF8 ∾storedOut) ∾ 1↓∾((@+10)∾•ToUTF8)¨ 𝕩 •term.Flush @ currLive ↩ 𝕩 storedOut ↩ ⟨⟩