projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
888334c
)
Bug #295197 - Output a newline after valid user input is received.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:06:50 +0000
(20:06 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:06:50 +0000
(20:06 -0000)
(trunk r15317)
svn path=/main/branches/2.1.7/; revision=15552
bin/dispatch-conf
patch
|
blob
|
history
diff --git
a/bin/dispatch-conf
b/bin/dispatch-conf
index 59fa10362ec444617234336ae603ea336068f8af..fa8ca92009b5ac32d189eb629684ece077746b81 100755
(executable)
--- 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':