Skip to content

Commit

Permalink
Revert "Test some weird stuff"
Browse files Browse the repository at this point in the history
This reverts commit da391ad.
  • Loading branch information
CleanCut committed Oct 12, 2020
1 parent da391ad commit 56a6ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion green/output.py
Expand Up @@ -51,7 +51,7 @@ def wrap(self, text, style):

# Movement
def start_of_line(self):
return "TESTING"
return "\r"

def up(self, lines=1):
return Cursor.UP(lines)
Expand Down

0 comments on commit 56a6ef0

Please sign in to comment.