Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zle .redisplay sometimes eating up a line
- X-seq: zsh-users 24071
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- Subject: Re: zle .redisplay sometimes eating up a line
- Date: Wed, 17 Jul 2019 00:12:16 +0200
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=N9fJ7Vce/6JMsA5cSOf/uwiePpPda/jCgHNykxyuLro=; b=RUvRzIanB018Oled5leqKJo9BKYxZAQgBED6b3HrSiPWNOHKSwxE0Ft3ysIZnEEbk+ A+XFZV4yaEtpw8hY1ysBl3btWObzWsWFe6WpYpjadszotA5/fFxLn3oH+f58kzJFhBS6 jUNSGqB17Pm+xDO+4ykvAnyVWdBfxywZ4qN4+K5Z3+T+2A9XPyuwkB6w/0APermoCuH3 LP8u3Sh+V3xgxDPYJ7dViw+AdWsiqmrrXZ3AQ6TkGKeXwODxZrq3Bmo1QpT5qVP4FTj1 xnCqXi3EabrMqreHsoMUaYQbdQUqnnXspR46ae+m8e7QAV/DeK+DoSb/6yD6NPU5R2k1 va6g==
- In-reply-to: <CAKc7PVCL31hh9+xfYb4ERoWuRrg6g5oL5y_VBMZ9gY=Yrs_FPQ@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVD-7We+6JFGQOz2X+TunjWzdifc1i2BWZNd9yv8L94g=w@mail.gmail.com> <CAN=4vMp+e9bjzFN5Um8gL_z_mg61A0b1oKTXn3xqex8Rff2vJA@mail.gmail.com> <CAKc7PVAaAVFROyM1k6w2x8HsBDcqYiqUk=1s_knJ0tAUOMpZFQ@mail.gmail.com> <CAN=4vMoO6pxHQ3hrXy4gGK_kS5KxGr_XOnUD4nU3NMFb3tNCog@mail.gmail.com> <CAKc7PVCL31hh9+xfYb4ERoWuRrg6g5oL5y_VBMZ9gY=Yrs_FPQ@mail.gmail.com>
On Mon, 15 Jul 2019 at 20:53, Sebastian Gniazdowski
<sgniazdowski@xxxxxxxxx> wrote:
> > The fix is to call `zle -R` before `zle .redisplay`.
>
> BIG thanks! Adding zle -R before .redisplay call fixed my original
> problem, and also the demonstration-sample.
Turns out that, as the documentation of zle -R suggests, also
replacing zle .redisplay with zle -R works. I wonder what's the
difference between those two calls?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author