Milkey Mouse 51838df916 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
2018-11-30 23:22:09 -08:00
2018-12-23 12:08:03 +01:00
2018-10-24 22:04:16 +10:00
2018-12-02 20:48:29 +01:00
Description
No description provided
462 KiB
Languages
C 89.7%
Shell 5.5%
Meson 4.8%