aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-07-28 23:19:06 +0000
committerTiago Cunha <tcunha@gmx.com>2009-07-28 23:19:06 +0000
commit522fc94d12753466dd5351918642114bbc475e35 (patch)
treeda2c829f9317cd22553241a5d5c7e54bb5ce761d /tmux.h
parentdeaba448353857d6520e13246c4ea9445af9bbb3 (diff)
downloadrtmux-522fc94d12753466dd5351918642114bbc475e35.tar.gz
rtmux-522fc94d12753466dd5351918642114bbc475e35.tar.bz2
rtmux-522fc94d12753466dd5351918642114bbc475e35.zip
Sync OpenBSD patchset 194:
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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index e257e5cc..3fd13a10 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.397 2009-07-28 23:11:18 tcunha Exp $ */
+/* $Id: tmux.h,v 1.398 2009-07-28 23:19:06 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1097,6 +1097,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 *);