http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/35ddbc029c29e0d04fb444b9e4481f269d84e34a
This is free software, and you are +welcome to redistribute it under certain conditions. """.format(proj_name), 'prompt': """ -Press 'c' for conditions, 'w' for warranty info, -or ENTER to continue: +Press 'c' for conditions, 'w' for warranty info, or ENTER to continue: """, 'conditions': """ TERMS AND CONDITIONS @@ -620,30 +618,24 @@ copy of the Program in return for a fee. """ } +def do_pager(text): + import os + pager =...