summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2010-05-05 23:24:23 +0000
committernicm <nicm@openbsd.org>2010-05-05 23:24:23 +0000
commit643277e2d36afad565f1b438ca2d84acc94aacd8 (patch)
tree5dd5889b59d9ff3ed155fde09b4c4c8db0c4103a /usr.bin/tmux/tmux.h
parentCompile the additional sources to handle exceptions (diff)
downloadwireguard-openbsd-643277e2d36afad565f1b438ca2d84acc94aacd8.tar.xz
wireguard-openbsd-643277e2d36afad565f1b438ca2d84acc94aacd8.zip
Identical behaviour to select-prompt can now be obtained with
command-prompt, so remove select-prompt and change ' to be bound to command-prompt -p index "select-window -t :%%".
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index b4cde87b6ea..0c98783b8ee 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.219 2010/05/04 17:28:16 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.220 2010/05/05 23:24:23 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1495,7 +1495,6 @@ extern const struct cmd_entry cmd_run_shell_entry;
extern const struct cmd_entry cmd_save_buffer_entry;
extern const struct cmd_entry cmd_select_layout_entry;
extern const struct cmd_entry cmd_select_pane_entry;
-extern const struct cmd_entry cmd_select_prompt_entry;
extern const struct cmd_entry cmd_select_window_entry;
extern const struct cmd_entry cmd_send_keys_entry;
extern const struct cmd_entry cmd_send_prefix_entry;