sway/swaylock
Milkey Mouse 82b0296964 swaylock: Submit password on Ctrl-D
Ctrl-D functions as EOF in most cases on the terminal. login(1) & many other
programs check the password on EOF, same as Enter. To make behavior consistent,
have swaylock submit the password on Ctrl-D.

This commit moves the handling for Enter into its own static function, which is
now also called on Ctrl-D.
2018-12-23 12:08:03 +01:00
..
pam
main.c
meson.build Fix swaylock w/shadow on glibc, improve security 2018-10-06 12:20:12 -04:00
pam.c Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 2018-11-25 17:19:43 +01:00
password.c swaylock: Submit password on Ctrl-D 2018-12-23 12:08:03 +01:00
render.c Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 2018-11-25 17:19:43 +01:00
seat.c
shadow.c Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 2018-11-25 17:19:43 +01:00
swaylock.1.scd fix typo 2018-12-02 20:48:29 +01:00