Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: list all jobs before prompt
- X-seq: zsh-users 8989
- From: Michael Wardle <michael@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: list all jobs before prompt
- Date: Mon, 13 Jun 2005 10:18:36 +1000
- In-reply-to: <1118553403.8110.18.camel@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <1118553403.8110.18.camel@xxxxxxxxxxxxxxxxxxxxx>
Perhaps the two good solutions are:
1. make the suspend message match the format of the jobs command
Sending a STOP signal (usually via Control-Z) to a process would print
(for example):
[1] + suspended vim
instead of:
zsh: suspended vim
Bash does this and I think it would be quite useful.
2. add support for an option similar to listjobs in tcsh
Is there any interest in either of these suggestions?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author