Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#444583: zsh: precmd not executed before a new prompt is displayed when a job exists
- X-seq: zsh-workers 23853
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#444583: zsh: precmd not executed before a new prompt is displayed when a job exists
- Date: Sat, 29 Sep 2007 11:28:45 -0400
- Cc: Bas Zoetekouw <bas@xxxxxxxxxx>, 444583-forwarded@xxxxxxxxxxxxxxx
- In-reply-to: <20070929151035.19446.15860.reportbug@xxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx, Bas Zoetekouw <bas@xxxxxxxxxx>, 444583-forwarded@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20070929151035.19446.15860.reportbug@xxxxxxxxxxxxxxxx>
On Sat, Sep 29, 2007 at 05:10:35PM +0200, Bas Zoetekouw wrote:
> Zsh's man page says: "precmd Executed before each prompt."
> However, it doesn't seem to be executed in the following situation:
>
> - start xeyes in the background (xeyes &)
> - kill the xeyes window
> - the zsh then displays something like "[1] + done xeyes" and a new
> prompt. Before this prompt, the precmd command doesn't seem to be
> executed.
>
> This situation is a bit annoying for be, because I use precmd to put
> the number of background jobs in the xterm title. However, when I
> kill one of these backgorund applications, the xterm title isn't
> updated currently.
Could someone clarify the documentation here?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author