aboutsummaryrefslogtreecommitdiff
path: root/cmd-command-prompt.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-18 17:20:52 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-18 17:20:52 +0000
commit3efd1f5014f889d276298e0b7411169ff50114bc (patch)
tree5dd65f55e9eeac4f7cfdfe27f2c10a40d9403c6a /cmd-command-prompt.c
parent6384c60c108e4d2a9f4489407f9426539a1e6ce3 (diff)
downloadrtmux-3efd1f5014f889d276298e0b7411169ff50114bc.tar.gz
rtmux-3efd1f5014f889d276298e0b7411169ff50114bc.tar.bz2
rtmux-3efd1f5014f889d276298e0b7411169ff50114bc.zip
find-window command.
Diffstat (limited to 'cmd-command-prompt.c')
-rw-r--r--cmd-command-prompt.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/cmd-command-prompt.c b/cmd-command-prompt.c
index cdcbd424..eca662fe 100644
--- a/cmd-command-prompt.c
+++ b/cmd-command-prompt.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-command-prompt.c,v 1.10 2009-01-18 14:40:48 nicm Exp $ */
+/* $Id: cmd-command-prompt.c,v 1.11 2009-01-18 17:20:52 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -62,6 +62,9 @@ cmd_command_prompt_init(struct cmd *self, int key)
case ',':
data->arg = xstrdup("rename-window '%%'");
break;
+ case 'f':
+ data->arg = xstrdup("find-window '%%'");
+ break;
}
}