Skip to content

Commit 60f9f51

Browse files
committed
try make windows putty window bigger
1 parent afa3073 commit 60f9f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/shellcompletion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def get_completions(self, *cmds: str, scrub_output=True, position=0) -> str:
141141

142142
assert self.shell
143143

144-
pty = winpty.PTY(128, 256)
144+
pty = winpty.PTY(256, 512)
145145

146146
def read_all() -> str:
147147
output = ""

0 commit comments

Comments
 (0)