mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-11 01:28:19 +03:00
Fix #5110
This commit is contained in:
parent
1938ba3108
commit
eb84990f5a
@ -177,7 +177,7 @@ class BaseTest(TestCase):
|
|||||||
s = Screen(c, lines, cols, scrollback, cell_width, cell_height, 0, c)
|
s = Screen(c, lines, cols, scrollback, cell_width, cell_height, 0, c)
|
||||||
return s
|
return s
|
||||||
|
|
||||||
def create_pty(self, argv, cols=80, lines=25, scrollback=100, cell_width=10, cell_height=20, options=None, cwd=None, env=None):
|
def create_pty(self, argv, cols=80, lines=100, scrollback=100, cell_width=10, cell_height=20, options=None, cwd=None, env=None):
|
||||||
self.set_options(options)
|
self.set_options(options)
|
||||||
return PTY(argv, lines, cols, scrollback, cell_width, cell_height, cwd, env)
|
return PTY(argv, lines, cols, scrollback, cell_width, cell_height, cwd, env)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user