summaryrefslogtreecommitdiff
path: root/tests/getch.py
diff options
context:
space:
mode:
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()