diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-18 17:20:52 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-18 17:20:52 +0000 |
commit | 3efd1f5014f889d276298e0b7411169ff50114bc (patch) | |
tree | 5dd65f55e9eeac4f7cfdfe27f2c10a40d9403c6a /cmd.c | |
parent | 6384c60c108e4d2a9f4489407f9426539a1e6ce3 (diff) | |
download | rtmux-3efd1f5014f889d276298e0b7411169ff50114bc.tar.gz rtmux-3efd1f5014f889d276298e0b7411169ff50114bc.tar.bz2 rtmux-3efd1f5014f889d276298e0b7411169ff50114bc.zip |
find-window command.
Diffstat (limited to 'cmd.c')
-rw-r--r-- | cmd.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |