On Mon, Oct 23, 2000 at 10:19:31PM +0100, Robert de Bath wrote:
> Mainly 'cause I keep typing 'fg' and then start muttering when it says
> things like 'another job is already waiting for 0' 'cause I've just done
> a "queue wait 0".
Maybe it would be better to wait for the queue by default after
`queue' command.
Trivial patch:
--- commands.cc 2000/09/23 11:34:29 1.121
+++ commands.cc 2000/10/24 07:55:58
@@ -888,6 +888,8 @@
queue->FeedArgV(args,1);
+ last_bg=queue->jobno;
+
exit_code=0;
return 0;
--
Alexander.