diff options
author | 2016-10-12 15:26:37 +0000 | |
---|---|---|
committer | 2016-10-12 15:26:37 +0000 | |
commit | 9de081b8a0a84913eb8b448f0d12192b21da6844 (patch) | |
tree | 0bc9dbc53b9d3a20de45a935b7eea56c16da4835 /usr.bin/tmux/tmux.h | |
parent | Teach switchd(8) how to send set_config to the switch so we can be able (diff) | |
download | wireguard-openbsd-9de081b8a0a84913eb8b448f0d12192b21da6844.tar.xz wireguard-openbsd-9de081b8a0a84913eb8b448f0d12192b21da6844.zip |
bind-key -c has gone, remove from man page, and unused table declarations.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index 6b756fc855c..b5b50ab658b 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.658 2016/10/12 14:50:14 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.659 2016/10/12 15:26:37 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -1559,9 +1559,7 @@ int printflike(4, 5) hooks_wait(struct hooks *, struct cmd_q *, struct cmd_find_state *, const char *, ...); /* mode-key.c */ -extern struct mode_key_tree mode_key_tree_vi_edit; extern struct mode_key_tree mode_key_tree_vi_choice; -extern struct mode_key_tree mode_key_tree_emacs_edit; extern struct mode_key_tree mode_key_tree_emacs_choice; int mode_key_cmp(struct mode_key_binding *, struct mode_key_binding *); RB_PROTOTYPE(mode_key_tree, mode_key_binding, entry, mode_key_cmp); |