Skip to content

Commit 524c7ec

Browse files
authored
SSH: Fix terminal styles from resetting (RIS) (#909)
1 parent c0ab4a8 commit 524c7ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sshd/enter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def print(*args, **kwargs):
8080

8181
if status != "running":
8282
attempts += 1
83-
print("\033c", end="")
8483
print("\r", " " * 80, f"\rConnecting -- instance status: {status}", end="")
8584
time.sleep(1)
8685
continue

0 commit comments

Comments
 (0)