summaryrefslogtreecommitdiff
path: root/tests/getch.py
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-09-20 18:17:32 -0700
committerJeff Quast <contact@jeffquast.com>2015-09-20 18:17:32 -0700
commit3cdab2ef2eebb62514dee116142c73e475735a87 (patch)
tree32541663ee3df010125c8f68e60ada4eb8b13817 /tests/getch.py
parent1727f6fb928eeb692bfa243c62fefe15c5069f58 (diff)
parentf5993888e092bd8cecc98ac9558700d4fe8624cf (diff)
downloadpexpect-setwinsize_on_spawn.tar.gz
Merge remote-tracking branch 'origin/master' into setwinsize_on_spawnsetwinsize_on_spawn
Diffstat (limited to 'tests/getch.py')
-rwxr-xr-xtests/getch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/getch.py b/tests/getch.py
index 7175e33..a362e52 100755
--- a/tests/getch.py
+++ b/tests/getch.py
@@ -47,3 +47,4 @@ if __name__ == '__main__':
main()
finally:
termios.tcsetattr(fd, termios.TCSADRAIN, old_settings)
+ sys.stdout.flush()