From d2bc99b668f5ecbe4be3f815f72db428ba13ff06 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Fri, 18 Sep 2015 14:26:55 -0700 Subject: add changelog and tests for dimensions keyword arg --- doc/history.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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 ``````````` -- cgit v1.2.1