This commit is contained in:
Kovid Goyal
2025-01-27 21:13:45 +05:30
parent 1f33677c1a
commit 4f0f9b9aff

View File

@@ -94,7 +94,7 @@ class ShellIntegration(BaseTest):
try:
if self.with_kitten:
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
while i > 0 and not pty.screen_contents().strip():
pty.process_input_from_child()