zsh-workers
 help / color / mirror / code / Atom feed
* job control bug
@ 1997-06-02 10:31 Peter Stephenson
  0 siblings, 0 replies; only message in thread
From: Peter Stephenson @ 1997-06-02 10:31 UTC (permalink / raw)
  To: Zsh hackers list

this is in version 3.1.2-test1 with various patches to do with job
control which probably make the difference.

% l() { less }
% ps | l     
   PID TTY      TIME COMD
  6404 ttyq33   0:00 less
  6374 ttyq33   0:07 zsh
  6403 ttyq33   0:00 ps
  6400 ttyq33   0:01 zsh

now hit 'q':

byte 126/126 (END)zsh: done                   ps | 
zsh: suspended (tty input)  l

% jobs -l
[1]  + 6403 done                   ps | 
       6405 suspended (tty input)  l

after which it gets very messy.

-- 
Peter Stephenson <pws@ifh.de>       Tel: +49 33762 77366
WWW:  http://www.ifh.de/~pws/       Fax: +49 33762 77413
Deutsches Elektronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen
DESY-IfH, 15735 Zeuthen, Germany.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-06-02 10:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-06-02 10:31 job control bug Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).