summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Carbonneaux2014-08-27 11:58:50 -0400
committerQuentin Carbonneaux2014-08-27 12:05:06 -0400
commitefa757f533507ff74983d249cf0913b9473dc2d2 (patch)
tree42dac7c1251c916127d225a93e89315e175018ff
parent5d111d6d692241500cbb849a9ce072942fe97de1 (diff)
decrease selection visual impact
-rw-r--r--win.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/win.c b/win.c
index 678d839..fecfb6a 100644
--- a/win.c
+++ b/win.c
@@ -455,7 +455,6 @@ draw(W *w, GColor bg)
x = g->hmargin;
y += font.height;
next++;
- f.w = fwidth;
flushfrag(&f, w, x, y, sel);
if (next - w->l > w->nl)
break;