Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zpty intermediate zsh process?
- X-seq: zsh-workers 47923
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: Zsh list <zsh-workers@xxxxxxx>
- Subject: zpty intermediate zsh process?
- Date: Sat, 6 Feb 2021 13:21:08 -0500
- Archived-at: <https://zsh.org/workers/47923>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2021-02/24606.56852.904076.773054%40lwm.klanderman.net>
- List-id: <zsh-workers.zsh.org>
- Reply-to: Greg Klanderman <gak@xxxxxxxxxxxxxx>
I've been using the zpty module a bit lately and noticed I always get
an intermediate zsh process before the command run to start a zpty.
I can prefix the command with 'exec' to avoid that, but looking at the
code in zpty.c, maybe the execode() call should just be setting the
(third) 'exiting' argument to true? Reading the comment above
execlist() it seems that should just DTRT?
cheers,
Greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author