summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgmont Koblinger <egmont@gmail.com>2019-06-06 10:37:38 +0200
committerEgmont Koblinger <egmont@gmail.com>2019-06-06 10:37:38 +0200
commitca4eae6ac0f1547ae42b6811035e7d93954d1c37 (patch)
tree393dfafa6fe9836a5fe234657fd7496d367feddf
parent4ae78d048df2354cc5f76e3e740baeccb60a5422 (diff)
downloadvte-ca4eae6ac0f1547ae42b6811035e7d93954d1c37.tar.gz
widget: Revert to paint unused rows
They might be selected, and thus have a nondefault background. https://gitlab.gnome.org/GNOME/vte/issues/132
-rw-r--r--src/vte.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vte.cc b/src/vte.cc
index b0131352..fd74e314 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -8837,9 +8837,6 @@ Terminal::draw_rows(VteScreen *screen_,
continue;
row_data = find_row_data(row);
- if (row_data == nullptr)
- continue; /* Skip row. FIXME: just paint this row empty? */
-
i = j = 0;
/* Walk the line.
* Locate runs of identical bg colors within a row, and paint each run as a single rectangle. */