http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/d326c96af83f5e5102009e6b94817be173e27aa6/mmgen/proto/btc/tw/txhistory.py
prompt_fs = """ Sort options: [t]xid, [a]mt, total a[m]t, [A]ge, block[n]um, [r]everse Column options: toggle [D]ays/date/confs/block, tx[i]d, [T]otal amt View/Print: pager [v]iew, full pager [V]iew, [p]rint, full [P]rint{s} Filters/Actions: show [u]nconfirmed, [q]uit menu, r[e]draw: """ key_mappings = { 'A':'s_age', 'n':'s_blockheight', 'a':'s_amt', 'm':'s_total_amt', 't':'s_txid', 'r':'s_reverse', 'D':'d_days', 'e':'d_redraw', 'u':'d_show_unconfirmed', 'i':'d_show_txid', 'T':'d_show_total_amt',...