aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-05-14 14:33:39 +0000
committerTiago Cunha <tcunha@gmx.com>2010-05-14 14:33:39 +0000
commit9900e28ba88526eec3ba623ea1ebc94116257c97 (patch)
tree99925eae7e89558ff364cb594f69eb7401aa0ac8 /tmux.h
parentfc69b9ccb79fc5d1a345918d1ceccf990eb723ef (diff)
downloadrtmux-9900e28ba88526eec3ba623ea1ebc94116257c97.tar.gz
rtmux-9900e28ba88526eec3ba623ea1ebc94116257c97.tar.bz2
rtmux-9900e28ba88526eec3ba623ea1ebc94116257c97.zip
Sync OpenBSD patchset 697:
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 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 70b96532..d8c8faa1 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.556 2010-05-14 14:30:01 tcunha Exp $ */
+/* $Id: tmux.h,v 1.557 2010-05-14 14:33:39 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1494,7 +1494,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;