diff options
| author | Jeff Quast <contact@jeffquast.com> | 2015-09-18 14:26:55 -0700 |
|---|---|---|
| committer | Jeff Quast <contact@jeffquast.com> | 2015-09-18 14:26:55 -0700 |
| commit | d2bc99b668f5ecbe4be3f815f72db428ba13ff06 (patch) | |
| tree | 9f0ed2c6f6144d74ac28843500008b0d96e19435 /doc | |
| parent | e3f19f844ff72cd12b18c384a030323c635fc5d2 (diff) | |
| download | pexpect-d2bc99b668f5ecbe4be3f815f72db428ba13ff06.tar.gz | |
add changelog and tests for dimensions keyword arg
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/history.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/history.rst b/doc/history.rst index 8186b47..863bf73 100644 --- a/doc/history.rst +++ b/doc/history.rst @@ -22,6 +22,9 @@ Version 4.0 * Removed the independent top-level modules (``pxssh fdpexpect FSM screen ANSI``) which were installed alongside Pexpect. These were moved into the Pexpect package in 3.0, but the old names were left as aliases. +* New :class:`pexpect.spawn` keyword argument, ``dimensions=(rows, columns)`` + allows setting terminal screen dimensions before launching a program + (:ghissue:`122`). Version 3.4 ``````````` |
