Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: disowning stopped jobs
- X-seq: zsh-workers 15065
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: disowning stopped jobs
- Date: Mon, 25 Jun 2001 11:17:58 +0200 (MET DST)
- In-reply-to: <20010625111222.A24094@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Thomas Köhler wrote:
> ...
>
> Shouldn't there be a space between 'T' and '%' in the marked places?
> Or does "pids" contain a space at the beginning?
It does, look at the sprintf()s, they all have a space at the beginning
so that concatenating them with dyncat() makes it look right and we
don't have a space at the end of the string.
> (Just thrown in because it looks strange, I don't really know anything
> about that "pids" variable, what does dyncat() do to it?)
It concatenates its arguments in `dynamic' memory, i.e., in
heap-allocated memory (a zsh heap, not the system-heap).
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author