This commit is contained in:
yumoqing 2025-04-14 15:28:34 +08:00
parent 96a5237d7d
commit a00289fb73

View File

@ -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