This commit is contained in:
Marc Beninca 2024-06-05 14:49:24 +02:00
parent 50b2fbfeef
commit 4d61f04344
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 4 additions and 4 deletions

View file

@ -128,4 +128,4 @@ def step(*arguments):
env.CD_STEP += 1
print(env.CD_DOWN)
print(env.CD_VERT, env.CD_STEP, *arguments)
print(env.CD_UP, flush=True)
print(env.CD___UP, flush=True)