Re: [PATCH] dynamic command table maybe

2013-03-22 Thread Nicholas Marriott
On Fri, Mar 22, 2013 at 03:24:45PM +, Philip Herron wrote: > --- > cmd.c| 179 > -- > server.c |3 ++ > tmux.c | 11 > tmux.h |8 ++- > 4 files changed, 112 insertions(+), 89 deletions(-) Some comments inline

[PATCH] dynamic command table maybe

2013-03-22 Thread Philip Herron
--- cmd.c| 179 -- server.c |3 ++ tmux.c | 11 tmux.h |8 ++- 4 files changed, 112 insertions(+), 89 deletions(-) diff --git a/cmd.c b/cmd.c index c8e9702..8a47e33 100644 --- a/cmd.c +++ b/cmd.c @@ -27,93 +27,96