Re: patch: Use a different guard for command not initiated by a control client

2013-05-31 Thread Nicholas Marriott
Hi Sorry for the delay, overlooked this one. I think I'd prefer just a numeric flag rather than auto, what about this (not tested)? Not wild about setting a flag on each command but I think putting it on the cmdq wouldn't work. Index: cmd-queue.c

patch: Use a different guard for command not initiated by a control client

2013-04-19 Thread George Nachman
When command mode is begun, new-session (or a command given on the command line) is run automatically. Although the control client did not initiate the command, it receives its output. The "extra" %begin-%end block throws the client off. This changes modifies the %begin guard for commands not initi