bugfix
This commit is contained in:
parent
96a5237d7d
commit
a00289fb73
@ -81,7 +81,7 @@ class XtermProcessor(PythonScriptProcessor):
|
|||||||
await self.sshnode.connect()
|
await self.sshnode.connect()
|
||||||
self.p_obj = await self.sshnode._process(commandline,
|
self.p_obj = await self.sshnode._process(commandline,
|
||||||
term_type='xterm-256color',
|
term_type='xterm-256color',
|
||||||
term_size=(24, 80),
|
term_size=(80, 24),
|
||||||
encoding='utf-8')
|
encoding='utf-8')
|
||||||
self.running = True
|
self.running = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user