Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Invoke what most subtle thing, so that region_highlight+=( ) is in effect
- X-seq: zsh-users 23464
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Invoke what most subtle thing, so that region_highlight+=( ) is in effect
- Date: Sun, 10 Jun 2018 20:54:54 +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=++9dxcwPBLAdZdu4kn1taOxhLEgW2tgBYwoJd20/fNQ=; b=RX3Dk/cEMw4kqJI+/wI0XHQZJi2mkDASUpwAVDuCH1ZyBiDDpsx2umNodJafye92iI 9HjaYgaBsX2LZXTnHcEut5pVKk70Ndc6KXLecyGhKN6aw+jRbJkSdRnwBZN+oz0tgTgv R0CTw2Kff3pSU6wPr2PhkLUnlFYT5GwJhfLylC8sevdAutuEhkwxjQ+7bIEEJPhotHHo Owa7oXFX1bwSKSn4RLVQSVsTtut9sXiUunhaxkN82ctpoZ7uB4DZwNesecvzqOYGDEhx CguNIfbz7I3KwFeupkenXeFVy9WhnwtSYnhkg6WX/TLnKgXPpFjRg/0qAB+xq/953WSk vX0A==
- 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'm using zle -F to install handler to file descriptor obtained by <( ).
It seems to work very well, however I change region_highlight in the
handler, and the changes aren't rendered unless I call zle .redisplay
in the handler.
I'm worried that zle .redisplay is heavy, that it does too much and
can cause e.g. some blinking of command line, prompt.
So I decided to ask: does any other thing besides zle .redisplay have
the capability of making region_highlight in effect, rendered?
--
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author