aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-28 17:05:10 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-28 17:05:10 +0000
commitf596be99505a0191cac9f314fb1b71528c5080b4 (patch)
tree1e765f4841da1107e11322d7ba62445f61ec67af /tmux.h
parent9e5d585ba4b0af6badf559cc7b275a23be8947c2 (diff)
downloadrtmux-f596be99505a0191cac9f314fb1b71528c5080b4.tar.gz
rtmux-f596be99505a0191cac9f314fb1b71528c5080b4.tar.bz2
rtmux-f596be99505a0191cac9f314fb1b71528c5080b4.zip
Final pieces of mode key rebinding: bind-key and unbind-key now accept a -t
argument to modify a table.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 9d5898ae..7fc2117c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1098,6 +1098,8 @@ extern struct mode_key_tree mode_key_tree_emacs_copy;
int mode_key_cmp(struct mode_key_binding *, struct mode_key_binding *);
SPLAY_PROTOTYPE(mode_key_tree, mode_key_binding, entry, mode_key_cmp);
const char *mode_key_tostring(struct mode_key_cmdstr *r, enum mode_key_cmd);
+enum mode_key_cmd mode_key_fromstring(struct mode_key_cmdstr *, const char *);
+const struct mode_key_table *mode_key_findtable(const char *);
void mode_key_init_trees(void);
void mode_key_free_trees(void);
void mode_key_init(struct mode_key_data *, struct mode_key_tree *);