Introduction
Introduction Statistics Contact Development Disclaimer Help
remove extra newline - dmenu - dynamic menu
git clone git://git.suckless.org/dmenu
Log
Files
Refs
README
LICENSE
---
commit 86f0b5119eaa39943013d009967432ffd9d18365
parent dd3d348ae86065edf2d1e2a1bc920685dc4982fc
Author: Hiltjo Posthuma <[email protected]>
Date: Wed, 30 Oct 2024 13:03:25 +0100
remove extra newline
Diffstat:
M dmenu.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/dmenu.c b/dmenu.c
@@ -689,7 +689,6 @@ setup(void)
CWOverrideRedirect | CWBackPixel | CWEventMask, &s…
XSetClassHint(dpy, win, &ch);
-
/* input methods */
if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL)
die("XOpenIM failed: could not open input device");
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.