Re: [PATCH 2/2] less: replace most uses of NORMAL escape with UNHIGHLIGHT

2022-04-14 Thread Ishan Bhargava
On Fri, 15 Apr 2022 at 05:49, Kang-Che Sung wrote: > What's the difference between the NORMAL escape and the UNHIGHLIGHT escape? > Is there a test case to demonstrate th> The UNHIGHLIGHT escape flips only the HIGHLIGHT (invert, actually) bit back to off. The normal escape flips ALL special

Re: [PATCH 2/2] less: replace most uses of NORMAL escape with UNHIGHLIGHT

2022-04-14 Thread Kang-Che Sung
On Friday, April 15, 2022, FriendlyNeighborhoodShane < shane.880088.s...@gmail.com> wrote: > Fixes conflict when -R's color escape codes are mixed together with > highlights. Better complement to HIGHLIGHT. What's the difference between the NORMAL escape and the UNHIGHLIGHT escape? Is there a

[PATCH 2/2] less: replace most uses of NORMAL escape with UNHIGHLIGHT

2022-04-14 Thread FriendlyNeighborhoodShane
Fixes conflict when -R's color escape codes are mixed together with highlights. Better complement to HIGHLIGHT. --- miscutils/less.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/miscutils/less.c b/miscutils/less.c index 392a3ef3c..7fcd6951a 100644 ---