Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
"off by one fix in multiple prompts" breaks multiline prompt
- X-seq: zsh-workers 43267
- From: Guillaume Chazarain <guichaz@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: "off by one fix in multiple prompts" breaks multiline prompt
- Date: Fri, 10 Aug 2018 09:26:17 +0200
- Cc: warepire.ml@xxxxxxxxx, schaefer@xxxxxxx, dana@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=gIoExPnAHoZB8yLi+tSaBpVWbjrZj8cC/RIEc6oK4CY=; b=gEoB9VCc7lAzAgVQWEwvOWSw9VPccYm7TuYzCA91QEbU2i1Foj5XX942KtywhQdONy 5UoRTxFMgOHOBY/njxhhei90n2pgNT9HxafJ0IAuL7xyqQ3z7kdnX1rIr9LGFYeWl/m3 PmNseAOh1/FjzEfj9+ne79WfXOzGcyp+P6JDZoJ0Nx1OxQcVyTjNNN/OwlqWvGjst+ov F6mqwvsWHejhouNOAgikWBtvI1FCUCk5ftPMcKj+YF6IBflkbLyZtit3a+x93sq9EEzG URh070kGiLfd4TefQvQup/NgLm/xH6znb2gOPfaHc4gUreg+VMDHLqnc+YSyX1BAvT/4 aufQ==
- 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
Hi all,
This commit[1] discussed here[2] breaks line editing when the prompt spans
multiple lines, that happens for me since I include the full CWD in the
prompt. See [3] for a demo. In the first "echo", the "j" is not visible in
the command line and then when I try to edit the command line by adding a
space, the command line does not match what's executed.
This is on Debian amd64, using gnome-terminal 3.26.0.
[1]
https://sourceforge.net/p/zsh/code/ci/d8d9fee137a5aa2cf9bf8314b06895bfc2a05518/
[2] http://www.zsh.org/mla/workers/2018/msg00091.html
[3] https://gfycat.com/DecimalAdmiredJumpingbean
--
Guillaume
Messages sorted by:
Reverse Date,
Date,
Thread,
Author