diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-05-14 14:33:39 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-05-14 14:33:39 +0000 |
commit | 9900e28ba88526eec3ba623ea1ebc94116257c97 (patch) | |
tree | 99925eae7e89558ff364cb594f69eb7401aa0ac8 /cmd.c | |
parent | fc69b9ccb79fc5d1a345918d1ceccf990eb723ef (diff) | |
download | rtmux-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 'cmd.c')
-rw-r--r-- | cmd.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: cmd.c,v 1.138 2010-03-15 22:03:38 nicm Exp $ */ +/* $Id: cmd.c,v 1.139 2010-05-14 14:33:39 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -84,7 +84,6 @@ const struct cmd_entry *cmd_table[] = { &cmd_save_buffer_entry, &cmd_select_layout_entry, &cmd_select_pane_entry, - &cmd_select_prompt_entry, &cmd_select_window_entry, &cmd_send_keys_entry, &cmd_send_prefix_entry, |