mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Fix #8262
This commit is contained in:
@@ -94,7 +94,7 @@ class ShellIntegration(BaseTest):
|
|||||||
try:
|
try:
|
||||||
if self.with_kitten:
|
if self.with_kitten:
|
||||||
cmd = [kitten_exe(), 'run-shell', '--shell', shlex.join(cmd)]
|
cmd = [kitten_exe(), 'run-shell', '--shell', shlex.join(cmd)]
|
||||||
pty = self.create_pty(cmd, cwd=home_dir, env=env)
|
pty = self.create_pty(cmd, cwd=home_dir, env=env, cols=180)
|
||||||
i = 10
|
i = 10
|
||||||
while i > 0 and not pty.screen_contents().strip():
|
while i > 0 and not pty.screen_contents().strip():
|
||||||
pty.process_input_from_child()
|
pty.process_input_from_child()
|
||||||
|
|||||||
Reference in New Issue
Block a user