Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Hitting Ctrl-c during correction messes up formating
- X-seq: zsh-workers 36861
- From: Markus Trippelsdorf <markus@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Hitting Ctrl-c during correction messes up formating
- Date: Thu, 15 Oct 2015 09:11:48 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=simple; d=mail.ud10.udmedia.de; h= date:from:to:subject:message-id:mime-version:content-type; s= beta; bh=x2cseeb3JBv2y24A/yjs+PUNHsyIQ5/jQd/3SRxApbg=; b=tDlR/mK qVnZ95ozG9n0TmL7c/F6sRo8HjQ2e0turF9+boRbPue74MQ0gXioG7o6EE7nZ2Zn qQyJD/VaPA18LAchgf4j7mjz61qiuZ2gwbAk6rYoV0466zVIIv0XeVI9O+GNeI3I qjdhSdBIFQ1PrpJwaOCY70dXH8HOquOr3Bh4=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
This is a cosmetic issue. Say your current directory is /usr/src/linux
and your prompt is set up to display it on the right hand side.
If you hit Ctrl-c during a correction you end up in this state:
markus@x4 linux % la
zsh: correct 'la' to 'lz' [nyae]? markus@x4 linux % <widths of terminal> /
usr/src/linux
With the cursor blinking on the 'u' of "usr/src/linux" on the second
line. Hitting Ctrl-c once more "fixes" the issue.
--
Markus
Messages sorted by:
Reverse Date,
Date,
Thread,
Author