summaryrefslogtreecommitdiff
path: root/tests/sigwinch_report.py
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-09-18 14:26:55 -0700
committerJeff Quast <contact@jeffquast.com>2015-09-18 14:26:55 -0700
commitd2bc99b668f5ecbe4be3f815f72db428ba13ff06 (patch)
tree9f0ed2c6f6144d74ac28843500008b0d96e19435 /tests/sigwinch_report.py
parente3f19f844ff72cd12b18c384a030323c635fc5d2 (diff)
downloadpexpect-git-d2bc99b668f5ecbe4be3f815f72db428ba13ff06.tar.gz
add changelog and tests for dimensions keyword arg
Diffstat (limited to 'tests/sigwinch_report.py')
-rwxr-xr-xtests/sigwinch_report.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sigwinch_report.py b/tests/sigwinch_report.py
index 626d424..f10956a 100755
--- a/tests/sigwinch_report.py
+++ b/tests/sigwinch_report.py
@@ -39,6 +39,7 @@ def handler(signum, frame):
print('SIGWINCH:', getwinsize ())
sys.stdout.flush()
+print("Initial Size:", getwinsize())
print("setting handler for SIGWINCH")
signal.signal(signal.SIGWINCH, handler)
print("READY")