Skip to content

Commit

Permalink
Merge 6688c81 into f9a48a2
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallraf committed Jun 10, 2021
2 parents f9a48a2 + 6688c81 commit 9b4223a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Exscript/protocols/drivers/one_os.py
Expand Up @@ -47,6 +47,11 @@ def check_head_for_os(self, string):

def init_terminal(self, conn):
conn.execute('term len 0')
# TERMINAL WIDTH ONEOS5
try:
conn.execute('stty columns 255')
except Exception:
pass

def auto_authorize(self, conn, account, flush, bailout):
conn.send('enable\r')
Expand Down

0 comments on commit 9b4223a

Please sign in to comment.