increase history; fix test
This commit is contained in:
parent
dc079c5d0e
commit
6f9ed9562d
|
|
@ -56,7 +56,7 @@ def run_interactive_command(cmd: List[str]) -> Tuple[bytes, int]:
|
||||||
cols, rows = 80, 24
|
cols, rows = 80, 24
|
||||||
|
|
||||||
# Instantiate HistoryScreen with a large history (scrollback) buffer.
|
# Instantiate HistoryScreen with a large history (scrollback) buffer.
|
||||||
screen = HistoryScreen(cols, rows, history=1000, ratio=0.5)
|
screen = HistoryScreen(cols, rows, history=15000, ratio=0.5)
|
||||||
stream = pyte.Stream(screen)
|
stream = pyte.Stream(screen)
|
||||||
|
|
||||||
# Open a new pseudo-tty.
|
# Open a new pseudo-tty.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue