Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 295197
Collapse All | Expand All

(-)bin/dispatch-conf (+2 lines)
Lines 246-251 Link Here
246
                while True:
246
                while True:
247
                    c = getch()
247
                    c = getch()
248
                    if c in valid_input:
248
                    if c in valid_input:
249
                        sys.stdout.write('\n')
250
                        sys.stdout.flush()
249
                        break
251
                        break
250
252
251
                if c == 'q':
253
                if c == 'q':

Return to bug 295197