fix improper escape sequence in build.bqn
This commit is contained in:
parent
1005238e9e
commit
c981889bf0
@ -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 ↩ ⟨⟩
|
||||
|
||||
Loading…
Reference in New Issue
Block a user