Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-04-21 22:01:14 +01:00
9 changed files with 194 additions and 250 deletions

View File

@@ -898,6 +898,8 @@ retry:
log_debug("key table %s (no pane)", table->name);
else
log_debug("key table %s (pane %%%u)", table->name, wp->id);
if (c->flags & CLIENT_REPEAT)
log_debug("currently repeating");
/* Try to see if there is a key binding in the current table. */
bd_find.key = key;