diff options
| author | Jeff Quast <contact@jeffquast.com> | 2015-09-20 18:17:32 -0700 |
|---|---|---|
| committer | Jeff Quast <contact@jeffquast.com> | 2015-09-20 18:17:32 -0700 |
| commit | 3cdab2ef2eebb62514dee116142c73e475735a87 (patch) | |
| tree | 32541663ee3df010125c8f68e60ada4eb8b13817 /tests/getch.py | |
| parent | 1727f6fb928eeb692bfa243c62fefe15c5069f58 (diff) | |
| parent | f5993888e092bd8cecc98ac9558700d4fe8624cf (diff) | |
| download | pexpect-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-x | tests/getch.py | 1 |
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() |
