commit 88e33784890f1c0ae3376e75e7d1a7bb93247dc5
parent 6f65032a43bcb4099c497775f276eb22af46df9b
Author: klewer-martin <martin.cachari@gmail.com>
Date: Wed, 16 Mar 2022 00:20:28 -0300
Updated patch
Diffstat:
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/patches/dmenu-mousesupport-scrollperline.diff b/patches/dmenu-mousesupport-scrollperline.diff
@@ -13,16 +13,6 @@ index d997033..e623001 100644
}
static int
-@@ -158,8 +156,10 @@ drawmenu(void)
- drw_setscheme(drw, scheme[SchemeSel]);
- x = drw_text(drw, x, 0, promptw, bh, lrpad / 2, prompt, 0);
- }
-+
- /* draw input field */
- w = (lines > 0 || !matches) ? mw - x : inputw;
-+
- drw_setscheme(drw, scheme[SchemeNorm]);
- drw_text(drw, x, 0, w, bh, lrpad / 2, text, 0);
@@ -613,7 +613,7 @@ buttonpress(XEvent *e)
{