summaryrefslogtreecommitdiffstats
path: root/bin/dispatch-conf
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dispatch-conf')
-rwxr-xr-xbin/dispatch-conf2
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':