From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 360 invoked from network); 18 Feb 2004 00:41:16 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 18 Feb 2004 00:41:16 -0000 Received: (qmail 21421 invoked by alias); 18 Feb 2004 00:41:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19433 Received: (qmail 21370 invoked from network); 18 Feb 2004 00:41:08 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 18 Feb 2004 00:41:08 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [63.249.88.2] by sunsite.dk (MessageWall 1.0.8) with SMTP; 18 Feb 2004 0:41:6 -0000 Received: by binome.blorf.net (Postfix, from userid 1000) id 9E1977639; Tue, 17 Feb 2004 16:41:05 -0800 (PST) Date: Tue, 17 Feb 2004 16:41:05 -0800 From: Wayne Davison To: zw Subject: Re: jobs not listing all commands Message-ID: <20040218004105.GD1190@blorf.net> References: <20040217075827.1498.qmail@web10410.mail.yahoo.com> <1040217221439.ZM12330@candle.brasslantern.com> <20040218002553.GA1429@mail.guild.uwa.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040218002553.GA1429@mail.guild.uwa.edu.au> User-Agent: Mutt/1.5.5.1+cvs20040105i On Wed, Feb 18, 2004 at 08:25:53AM +0800, James Devenish wrote: > (i.e. the prompt *did* get updated between interactive commands) and > he was questioning why it didn't also count /down/. In this case the value didn't count down because the prompt just got re-drawn after the job message. When a redraw happens, the prompt does not get regenerated -- it just gets sent to the screen again. The user has to hit return to have the prompt take on a new value that would reflect the new number of jobs. ..wayne..