Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug report
- X-seq: zsh-workers 32108
- From: Patrick Oscity <patrick.oscity@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Bug report
- Date: Sat, 14 Dec 2013 19:44:49 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=ZYTW7SO5qvAZclemUv6yX6/8bnA1wtttaGPJdtUtCjo=; b=TcxcLPGelStXYI5MDS0zmHIBQlg2xL4ClwUoTItADStBMWIgnJNBptYcU9Fyv/YGbu 4hJ9XVtBAcdYkR5AvxpHMueFbxTKosxe1W9U9VfPJFoz1J5zSj4klZWMHkggWUJ+bt6y 784HFed8x8Y7A6DCqnks52BOn6kbugHgrIlWsL4jX7sOzIPzLHtzoCCnX/0wWJC4ILzj 5eZCFcGFQIStAP8i4vZ/U7z2KKaOusrxk+lCJ4FF/jw6ynaUlYRUsHoVgBlWIZkJfQbi vZyUotwI46xwBkqmX1Js4tMQJJwGYPpLNp7FE6whvJxFdqx3iUUtZl2QzHyL1Q5ddGiD ZZtQ==
- 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
Dear zsh team,
I think I might have found a bug in zsh. Here is my bug report:
Steps to reproduce
* add a simple RPROMPT to ~/.zshrc, e.g. RPROMPT='X'
* optionally set PROMPT='$ ' to avoid side-effects of escape
sequences like color codes etc.
Actual outcome
* the right prompt is not right aligned, it is in fact shifted to the
left by one character
* this means that there is one character of space wasted
* it is also optically disturbing, e.g. when using tmux and the
right prompt does not align with tmux's status bar
Expected outcome
* the right prompt should be right aligned, using the full
available width of the terminal
Attached is a diff for zle_refresh.c that fixes the issue for me, although I now have to compile zsh myself. It would however be great to see this corrected in an official release of zsh. Thanks for your consideration!
Best,
Patrick
Attachment:
zle_refresh.c.diff
Description: Binary data
Attachment:
signature.asc
Description: Message signed with OpenPGP using GPGMail
Messages sorted by:
Reverse Date,
Date,
Thread,
Author