http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/bfd0cda562c57c7d0fb171e433d2676ee1c511e9
TCSADRAIN , old ) def _get_keypress_unix ( prompt = " " , immed_chars = " " ) : def _get_keypress_unix ( prompt = " " , immed_chars = " " , prehold_protect = True ) : msg_r ( prompt ) timeout = float ( 0.3 ) @ -53,14 +53,18 @@ def _get_keypress_unix(prompt="",immed_chars=""): try : while True : select ( [ sys . stdin ] , [ ] , [ ] , False ) # Protect against held-down key before read() key = select ( [ sys . stdin ] , [ ] , [ ] , timeout ) [ 0 ] ch = sys . stdin . read ( 1...