<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [SKL] highlighting doesn't always work properly in aterm"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94432#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [SKL] highlighting doesn't always work properly in aterm"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94432">bug 94432</a>
from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
<pre>Maybe this attempt at skipping clear glyphs is mistaken for when the op is
special:
diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
index 71a6207..9dcccfa 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -16263,7 +16263,7 @@ sna_reversed_glyph_blt(DrawablePtr drawable, GCPtr gc,
goto skip;
}
- {
+ if (0) {
int clear = 1, j = h;
uint8_t *g = glyph;</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>