shithub: zuke

Download patch

ref: 89f56064bec19d2fba206eeb621598e3f783a0ec
parent: 4e3601d7e3618bbb1832af2f9e8d8245c5ea0570
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon May 25 13:10:02 EDT 2020

fix a color in redraw()

--- a/zuke.c
+++ b/zuke.c
@@ -179,7 +179,7 @@
 			sel.min.y = p.y;
 			sel.max.x = screen->r.max.x;
 			sel.max.y = p.y + f->height;
-			draw(screen, sel, colors[Dbmed].im, nil, ZP);
+			draw(screen, sel, colors[Dbinv].im, nil, ZP);
 			col = colors[Dfinv].im;
 		}else{
 			col = colors[pcurplaying == i ? Dfhigh : Dfmed].im;