JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied Alex Elide's tricky patch, thanks!
authorarg@mig29 <unknown>
Mon, 27 Nov 2006 16:51:50 +0000 (17:51 +0100)
committerarg@mig29 <unknown>
Mon, 27 Nov 2006 16:51:50 +0000 (17:51 +0100)
event.c

diff --git a/event.c b/event.c
index edfcc52..4e11552 100644 (file)
--- a/event.c
+++ b/event.c
@@ -256,7 +256,6 @@ keypress(XEvent *e) {
                {
                        if(key[i].func)
                                key[i].func(&key[i].arg);
-                       return;
                }
        }
 }