Re: [PATCH 3c/3] Allow custom key tables for e.g. multiple keystroke bindings.

2014-05-15 Thread Nicholas Marriott
Hi A few comments inline: > diff --git a/format.c b/format.c > index 6f988b9ac2cc..8630aabed5d7 100644 > --- a/format.c > +++ b/format.c > @@ -435,7 +435,8 @@ format_client(struct format_tree *ft, struct client *c) > *strchr(tim, '\n') = '\0'; > format_add(ft, "client_activity_string"

[PATCH 3c/3] Allow custom key tables for e.g. multiple keystroke bindings.

2014-05-14 Thread Keith Amling
*) Merged key_binding_map_{value|entry}, now key_table *) Renamed key_binding_map to key_tables *) Fixed backward -n in unbind-key *) Inlined/rearranged bind-key last three code paths Keith --- cmd-bind-key.c | 16 +-- cmd-list-keys.c | 80 +++ cmd-swit