Skip to content

Commit

Permalink
Clean up output slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Mar 18, 2024
1 parent d615c56 commit 78d64f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cli/clifrontend.scala
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ class CliFrontEnd()(using terminal: Terminal) extends FrontEnd:

Out.println(e"\e[K")

if last then
Out.println(t"\e[?25h")
Out.println(t"----------")
if last then Out.println(t"\e[?25h")
else Out.println(t"\e[${diagram.size + 2}A")


Expand Down

0 comments on commit 78d64f8

Please sign in to comment.