diff options
-rwxr-xr-x | bin/dispatch-conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/dispatch-conf b/bin/dispatch-conf index 59fa10362..fa8ca9200 100755 --- a/bin/dispatch-conf +++ b/bin/dispatch-conf @@ -246,6 +246,8 @@ class dispatch: while True: c = getch() if c in valid_input: + sys.stdout.write('\n') + sys.stdout.flush() break if c == 'q': |