-
Notifications
You must be signed in to change notification settings - Fork 992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor wallet recover fixes #2201
Minor wallet recover fixes #2201
Conversation
Good catch on log. I tried to fix the recovery phrase entry issue earlier in the same way, but found it a bit problematic from a UX experience, see: #2174 Basically, (at least on my system) stdin ignores any keymaps, so any attempt to erase or hit arrow keys as you're typing just creates a bigger mess. Agreed doing it this way is better than leaving it in your shell history, but still.. hmm.. |
1 ) ____ 2) ____ 3) _____ (print to 12 or 24) Type word 1 > pants 1 ) pants 2) ____ 3) _____ (print to 12 or 24) Type word 2 > yeast Something like this? And bonus points if we can figure out the equivalent of typing ‘stty erase ’, to ensure delete works Fun little recovery phrase widget from your intro to programming with Pascal class. |
Ah, missed #2174. Not sure what's this UX thing you're talking about though. Btw, hate to keep adding more dependencies but isn't that what readline is for? We could pick a Rust port (like https://github.com/murarth/linefeed). |
Only problem with that linefeed crate is that I didn’t know it existed until now. |
Superseded by #2276 |
Couple of those are security sensitive: