aboutsummaryrefslogtreecommitdiff
path: root/cmd.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.c
parent6384c60c108e4d2a9f4489407f9426539a1e6ce3 (diff)
downloadrtmux-3efd1f5014f889d276298e0b7411169ff50114bc.tar.gz
rtmux-3efd1f5014f889d276298e0b7411169ff50114bc.tar.bz2
rtmux-3efd1f5014f889d276298e0b7411169ff50114bc.zip
find-window command.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index ad9eccdf..618a90b1 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.81 2009-01-18 14:40:48 nicm Exp $ */
+/* $Id: cmd.c,v 1.82 2009-01-18 17:20:52 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -36,6 +36,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_delete_buffer_entry,
&cmd_detach_client_entry,
&cmd_down_pane_entry,
+ &cmd_find_window_entry,
&cmd_has_session_entry,
&cmd_kill_pane_entry,
&cmd_kill_server_entry,