Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug report
- X-seq: zsh-workers 32139
- From: Patrick Oscity <patrick.oscity@xxxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Re: Bug report
- Date: Tue, 17 Dec 2013 11:59:32 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=AWOkRGW0CeTrtsufNd5xGQIT0+qfnrERwPz0gw5OJoc=; b=Bte0MqLEsoF/g7oY+Q/VvvylVJoxzX/Mh91TINu58zs66RjKLDyh0Mt14OnnYt8N0T 6XatnVv0sWQCxkSLPEBjoKxKhsOKMHeXa4b5mpuy12jDW+TsjNBvOyAty2ssUmihVPq/ ltvl7l13nJ89ywVzV1wb8nevrPXJnm+UlT05pzGfcosZty9wcfukKdqs4EP2U9Btu/nJ W9FKdBcvHDgm8qCCS++REbWrzjl+cQoaqN3C1QuYcmzzp9Is4xkzgK8kKc/lOsZ+711I pZ8LmUDlT0yad/7AYv6CeSiFRKKbxJgrbRsqula+KFEOkH2bqFPPtES53nWSq/bYESNE 0P2w==
- 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
On Dec 15, 18:10, Bart Schaefer wrote:
> By the way, fiddling with this I discovered that I have one of the
> terminals that scrolls up when anything is written to the bottom right
> corner. Vanilla "xterm" does this.
In fact, I discovered the same behavior in my terminal (using iTerm2 on
OS X) which somehow defeats the purpose. Another odd behavior I noticed
is that when I set ZLE_RPROMPT_INDENT=0, the first character of any
completion disappears. For example:
$ PS1='$ '
$ RPS1='TEST'
$ ZLE_RPROMPT_INDENT=0 TEST
$ ls TEST
SCOLORS ls lsappinfo lsm lsvfs
LS_COLORS lsa lsbom lsof
On the last line I entered ls<TAB>. Notice how the first character in the
first line of the suggested completions disappears. As I said, I also
experience the scrolling up by one line.
Since other shells like e.g. FISH handle this correctly in the very same
terminal, maybe there's actually something else broken here? Consider this
session in FISH, where I also typed ls<TAB> on the last input line:
$ function fish_prompt
echo '$ '
end
$ function fish_right_prompt TEST
echo 'TEST'
end
$ ls TEST
ls
lsappinfo (Control and query CoreApplicationServices about the app state on t…)
lsbom (List contents of a bom file)
lsm (Latent Semantic Mapping tool)
lsof (List open files)
lsvfs (List known virtual file systems)
It works. If FISH can do it, I believe we can also do it in ZSH, or am I
wrong with this assumption?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author