swaylock: Clear password buffer on Ctrl-C

I've got in the habit of using Ctrl-C with login(1) to restart password entry.
If Sway does the same thing I don't have to retrain my login muscle memory ;)
This commit is contained in:
Milkey Mouse 2018-12-20 12:19:21 -08:00 committed by emersion
parent cf7c77e56a
commit 9877189ea3
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ void swaylock_handle_key(struct swaylock_state *state,
schedule_indicator_clear(state);
schedule_password_clear(state);
break;
case XKB_KEY_c: /* fallthrough */
case XKB_KEY_u:
if (state->xkb.control) {
clear_password_buffer(&state->password);