You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
317 B
11 lines
317 B
--- x.c
|
|
+++ x.c
|
|
@@ -1608,7 +1604,7 @@ xdrawline(Line line, int x1, int y1, int x2)
|
|
if (new.mode == ATTR_WDUMMY)
|
|
continue;
|
|
if (selected(x, y1))
|
|
- new.mode ^= ATTR_REVERSE;
|
|
+ new.mode |= ATTR_SELECTED;
|
|
if (i > 0 && ATTRCMP(base, new)) {
|
|
xdrawglyphfontspecs(specs, base, i, ox, y1);
|
|
specs += i;
|
|
|