From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13574 invoked from network); 7 Apr 2000 14:04:39 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Apr 2000 14:04:39 -0000 Received: (qmail 17728 invoked by alias); 7 Apr 2000 14:04:07 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10580 Received: (qmail 17662 invoked from network); 7 Apr 2000 14:04:00 -0000 Date: Fri, 7 Apr 2000 16:03:09 +0200 (MET DST) Message-Id: <200004071403.QAA08696@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: jobs-output Hm... beta% (sleep 10; print ' subsh quote> foo subsh quote> ') & [1] 25026 beta% jobs [1] + running ( sleep 10; print ' foo ' ) beta% We normally take care to make the text produced for the `jobs' output fit on one line, but if there is a string with newlines they are kept. A bit ugly, isn't it? Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de