Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zle .redisplay sometimes eating up a line
- X-seq: zsh-users 24062
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: zle .redisplay sometimes eating up a line
- Date: Mon, 15 Jul 2019 05:02:04 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=FmXtg5jXjyktfmxaqDvWnsOGNwxZguCS4MokaVgyLuc=; b=vBgJCwLBPnvi+MhNBteSeJ+QFpJ2OeF+GVC71QPUYdCsIjkBkyZ6sfT5siapTtAiH/ CMDPwJ9nK7JWF1L6Q6QBQxKfnq/xWVz3ZYRJHDWFQVEPOB74gaiTRSKmDn3lTWKjLLPX kuWT/17Eo6kFbBsj9dBxMwubvE3UQ0PPnRhUaYYqwLVdg5zWI964k2Zx6mn/+6H+xJL1 e+3sNaVp0ldEXTgRPpHA+84GfW3kELxGdxZwmHWzAKfN29l+MXel44kF52tFV9QZHV6g gESov8Iq0C5kACssydf0qZxc0sCVy/VpQIARlJlvT9GoK1S3sLH99+syNV4r9YUlXG+I BGkg==
- 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
Hello,
I have a problem where a .redisplay call done from a zle -F callback
eats up a previous line of text in the terminal. There it happens with
100% accuracy, always. When trying to reproduce it happens
occasionally, as recorded in the following video:
https://asciinema.org/a/257379
(it's using function:
https://gist.github.com/psprint/f2a0db07cc80351e19e30378c6eaa779)
I wonder what might be the cause? I recall that there are messages
appearing on a regular basis on a prompt eating up the last line of
the display. Maybe the issues are related?
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author