fix esc button

master
ColumbusUtrigas 2023-02-02 12:00:43 +04:00
parent c2cc5b34cf
commit dd274f731a
1 changed files with 0 additions and 1 deletions

View File

@ -250,7 +250,6 @@ readpw(Display *dpy, struct xrandr *rr, struct lock **locks, int nscreens,
break;
case XK_Escape:
explicit_bzero(&passwd, sizeof(passwd));
running = 0;
len = 0;
break;
case XK_BackSpace: