mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[screen] Drop optimisation
Shadows were not displayed correctly, likely because of this check.
This commit is contained in:
parent
8ee9062955
commit
1e27359afa
@ -1478,11 +1478,6 @@ add_char_true(struct string *screen, struct screen_driver *driver,
|
|||||||
&& pos->attr == current->attr) \
|
&& pos->attr == current->attr) \
|
||||||
continue; \
|
continue; \
|
||||||
\
|
\
|
||||||
/* Else if the color match and the data is
|
|
||||||
* ``space''. */ \
|
|
||||||
if (pos->data <= ' ' && current->data <= ' ' \
|
|
||||||
&& pos->attr == current->attr) \
|
|
||||||
continue; \
|
|
||||||
} \
|
} \
|
||||||
dirty = 1; \
|
dirty = 1; \
|
||||||
break; \
|
break; \
|
||||||
|
Loading…
Reference in New Issue
Block a user