Describe the feature you'd like see implemented in sudo-rs
Using Ctrl+W in the password field writes a new char
What problem can be solved with this feature?
You'd expect the field to be cleared, as it happens in UIs when using Ctrl+Backspace in a password field.
In this case we should not care about words, since it may reveal information about the typed password.
Describe the feature you'd like see implemented in
sudo-rsUsing Ctrl+W in the password field writes a new char
What problem can be solved with this feature?
You'd expect the field to be cleared, as it happens in UIs when using Ctrl+Backspace in a password field.
In this case we should not care about words, since it may reveal information about the typed password.