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

Re: disowning stopped jobs



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