From 58affec94cc485395b99964fff5c13602f8a8f3b Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 27 Sep 2007 10:09:37 +0000 Subject: Split list into ls/lsw. --- tmux.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tmux.c') diff --git a/tmux.c b/tmux.c index 56845b7f..ecea49c6 100644 --- a/tmux.c +++ b/tmux.c @@ -1,4 +1,4 @@ -/* $Id: tmux.c,v 1.14 2007-09-27 09:15:58 nicm Exp $ */ +/* $Id: tmux.c,v 1.15 2007-09-27 10:09:37 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -45,8 +45,10 @@ struct op { }; struct op op_table[] = { { "attach", NULL, op_attach }, - { "list-sessions", "ls", op_list/*_sessions*/ }, + { "list-sessions", "ls", op_list_sessions }, + { "list-windows", "lsw", op_list_windows }, { "new-session", "new", op_new/*_session*/ }, +// { "new-window", "neww", op_new_window }, // { "rename-window", "rw", op_rename_window }, // { "rename-session", "rs", op_rename_session }, }; -- cgit v1.2.3