commit 9d5dfef0b6a5841b5e7475e1fbfe0612b9ae3874
Author: Alex Cole <[email protected]>
Date: Sun Oct 4 20:26:55 2020 +1300
[dmenu][patch][listfullwidth] typo fix
diff --git
a/tools.suckless.org/dmenu/patches/listfullwidth/dmenu-listfullwidth-5.0.diff
b/tools.suckless.org/dmenu/patches/listfullwidth/dmenu-listfullwidth-5.0.diff
index b8d0cfb3..1cc607e6 100644
---
a/tools.suckless.org/dmenu/patches/listfullwidth/dmenu-listfullwidth-5.0.diff
+++
b/tools.suckless.org/dmenu/patches/listfullwidth/dmenu-listfullwidth-5.0.diff
@@ -16,7 +16,7 @@ index 1edb647..221db00 100644
/* Default settings; can be overriden by command line. */
static int topbar = 1; /* -b option; if 0, dmenu
appears at bottom */
-+static int color-prompt = 1; /* -p option; if 1, prompt uses
SchemeSel, otherwise SchemeNorm */
++static int colorprompt = 1; /* -p option; if 1, prompt uses
SchemeSel, otherwise SchemeNorm */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
"monospace:size=10"