all repos — dmenu @ bbf7b95dc93a47dbb5a4143b903797dc97197515

my build of dmenu

Fixed typo introduced by shared code
Eric Pruitt eric.pruitt@gmail.com
Wed, 05 Aug 2015 19:19:14 -0700
commit

bbf7b95dc93a47dbb5a4143b903797dc97197515

parent

d6742ef8a6ce03f28ee9431ef51901ef712ffd76

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M dmenu.cdmenu.c

@@ -118,7 +118,7 @@

if(!setlocale(LC_CTYPE, "") || !XSupportsLocale()) fputs("warning: no locale support\n", stderr); if(!(dpy = XOpenDisplay(NULL))) - die("dwm: cannot open display\n"); + die("dmenu: cannot open display\n"); screen = DefaultScreen(dpy); root = RootWindow(dpy, screen); sw = DisplayWidth(dpy, screen);