Skip to content

Commit

Permalink
change ANSI.escape to return the correct escape code (fixes ponylang#…
Browse files Browse the repository at this point in the history
  • Loading branch information
csos95 committed Feb 16, 2022
1 parent 10f8a8b commit f67c8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/term/ansi.pony
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ primitive ANSI
"""
Erases everything to the left of the cursor on the line the cursor is on.
"""
"\x1B[0K"
"\x1B[1K"

fun reset(): String =>
"""
Expand Down

0 comments on commit f67c8c3

Please sign in to comment.