Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

job control bug



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@xxxxxx>       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.



Messages sorted by: Reverse Date, Date, Thread, Author