Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[BUG] Ctrl-C stops working after process substitution
- X-seq: zsh-workers 43137
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: [BUG] Ctrl-C stops working after process substitution
- Date: Wed, 4 Jul 2018 13:47:45 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=pKN4YTgAdeEnIIMOfp2PJFSm1qxNDp1Rgd7mvnqPPVY=; b=dkNEwNAMoO3QUxh0uYzlXG6iFU718T7oqIEY+W0pKijs+B26jfSLHZd2qaT9pr8ewo zrKiFgHgzkyHGT7xo6Xm5aFqrv2OXYgZK6fF9IkBHO6Ad6oLLYjbJazAhMfR00L3ag/l 4p9CzFzxDDwGJXzM8/9e7vt1Di8jF/aE1PWoBPqw9+alKaPJxthxvZ+XCIJeYlujFlS1 xLG5P/5jrsWUYA9VqHSbkGHLeQP/V7ZAszBdy2+P/K/8tqDq4Itsm+kIPJj/aIUGwB7E M7m8eIFPLJeQ/xSjjba8gN4FA10yHx2mT7oXnNwh5n/d2ISnAzUKh836y2qiik2w5apF fYIw==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hello,
to reproduce, copy-paste following line:
cat < <( echo this is a test )
After it executes (after pressing enter, if copying it didn't work),
press Up cursor and try hitting Ctrl-C to cancel a command. Nothing
will happen, Ctrl-C will have no effect. To dig-out of that state,
Ctrl-D, then Ctrl-C, and then Ctrl-C will work.
Zsh-5.1.1-dev-0, HEAD, checked also zsh 5.0.0 and 5.0.8.
Where to debug this, in Zsh source? Maybe someone has an idea what can
be wrong? It seems to be nasty hidden bug, but who knows, maybe an
immediate fix is possible.
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author