Two new commands, choose-window and choose-session which work only when bound to a key and allow the window or session to be selected from a list.

This commit is contained in:
Nicholas Marriott
2009-01-15 19:27:31 +00:00
parent c5c4cc7557
commit d29ca39e0e
12 changed files with 572 additions and 14 deletions

4
cmd.c
View File

@ -1,4 +1,4 @@
/* $Id: cmd.c,v 1.78 2009-01-14 19:56:55 nicm Exp $ */
/* $Id: cmd.c,v 1.79 2009-01-15 19:27:31 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -28,6 +28,8 @@
const struct cmd_entry *cmd_table[] = {
&cmd_attach_session_entry,
&cmd_bind_key_entry,
&cmd_choose_session_entry,
&cmd_choose_window_entry,
&cmd_clock_mode_entry,
&cmd_command_prompt_entry,
&cmd_copy_mode_entry,