Comment 7 for bug 643699

Revision history for this message
Luca Falavigna (dktrkranz) wrote : Re: Non-graphical browsers hide autorize-token messages

Branch created and proposed for merging.

stdin.readline() would normally block, that's why it's preceded by select, this way a timeout can be given, and users are not obliged to press a key to continue.

I agree with you that displaying an info message directly on the web page would be a good solution.