diff --git a/src/terminal/screen.c b/src/terminal/screen.c index a1132fd06..5b0e2bd75 100644 --- a/src/terminal/screen.c +++ b/src/terminal/screen.c @@ -1478,11 +1478,6 @@ add_char_true(struct string *screen, struct screen_driver *driver, && pos->attr == current->attr) \ continue; \ \ - /* Else if the color match and the data is - * ``space''. */ \ - if (pos->data <= ' ' && current->data <= ' ' \ - && pos->attr == current->attr) \ - continue; \ } \ dirty = 1; \ break; \