Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Invoke what most subtle thing, so that region_highlight+=( ) is in effect
- X-seq: zsh-users 23465
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Invoke what most subtle thing, so that region_highlight+=( ) is in effect
- Date: Sun, 10 Jun 2018 21:06:01 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ntlworld.com; s=meg.feb2017; t=1528661163; bh=pKHuWIqXFjhgsNtlIPCSSP2EUaw9OmVzVo8vTuYjD6c=; h=Date:From:To:Subject:In-Reply-To:References; b=TsU7X/3v1fr+ilAzaHo1hqypDZ4DfFUxdE9u/w7yNI2LAJAQsW7XUeZNTY0EwvRDc x8Xh84+VTgAyX5Unp6Zx5QFFugJdbCgwuIYYlYT298uJr8xPzXahZnSbhYIxE2BI4R jMzOZnYA10xsXqGNmmcOhsGwy5A/MU4QDqdqGdncHlKQ1KnHDcDlZUW5ubokr6m2he b36gxwTL7plJV6cTDdHxFgSVotgnzdgKU57kpTVJu3TR/QQ3PjO+TeLwZPwbZb23xg SmFL5hEMd6zN/yee9wJVEZRwiFz5mTqod4DgBvBL3n6MogCLQIYFRsmSCexbKrrj/J tOQMU3hpYTivg==
- In-reply-to: <CAKc7PVAi3fZHpYMw+amkqptUeuBKmwJF7x8TcvydO3bH3nN0Wg@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: <CAKc7PVAi3fZHpYMw+amkqptUeuBKmwJF7x8TcvydO3bH3nN0Wg@mail.gmail.com>
On Sun, 10 Jun 2018 20:54:54 +0200
Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx> wrote:
> So I decided to ask: does any other thing besides zle .redisplay have
> the capability of making region_highlight in effect, rendered?
No, the highlighting isn't separate from the rest of the output, it's a
part of it. I'm not sure most terminals allow much optimisation of
this, and we're very limited by the range of terminals that's out
there (see the various line wrap bugs).
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author