Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Using zle -F leads to a stall on some setups
- X-seq: zsh-workers 43027
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Using zle -F leads to a stall on some setups
- Date: Fri, 15 Jun 2018 23:31:59 +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=PoD1SDNsWM72u+6dMzj/2E8ob2vdXoeTg0ZRKI9H8VA=; b=b9Btk99s+c93wftq58v/p3IF7Oi3ZvmWD0Egvg4XJ0iHDE9YVimirsvW89a355YU2o hUS/8odJ4WWSq3qYCy5UA3oeLgnUaH/9p8C7hoP+wqn5aD+kFP199N1StSAUcScnZGKz 8MWop/zGk76DdO3E3hU66XZNKpAZUg+SRtjSJYOdY2HmnkVK/OxE9Jy1oYLscxq73tJt 1LyDq0jeoAitmLX/8TVV3GEgv33Fsbpe83gh5tzIDPFCxSsXBIBkyKs061591VBiHcE0 Y8NVpdrAEHi8hS6yiguIFPbmXA04DBjM+bD6M4YR3X+fxqvfySKYklQAJqbyxmoxpAz4 ekWw==
- 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,
I install zle -F handler to receive a lazy answer.
With this handler in place, I go up-line-or-history, and the effect is:
- when the entered/appearing text does start lazy answer, and the
answer appears (in the handler, reading from passed FD), then I cannot
go another step back in history.
Using backspace to delete the command works. So the command line isn't
completely stalled. Ctrl-C is needed though.
I thought that when creating e.g. zftp, zle -F was probably used, and
someone will know what happens?
--
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author