about summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index be80de9..d874050 100644
--- a/conf.c
+++ b/conf.c
@@ -528,6 +528,7 @@ conf_grab_mouse(struct client_ctx *cc)
 			break;
 		default:
 			warnx("strange button in mousebinding\n");
+			continue;
 		}
 		xu_btn_grab(cc->pwin, mb->modmask, button);
 	}