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

View file

@ -127,5 +127,5 @@ def split():
def step(*arguments):
env.CD_STEP += 1
print(env.CD_DOWN)
print(env.CD_VERTICAL, env.CD_STEP, *arguments)
print(env.CD_VERT, env.CD_STEP, *arguments)
print(env.CD_UP, flush=True)