dmenu-noxz[fork] suckless dmenu - personal fork |
|
git clone https://noxz.tech/git/dmenu-noxz.git | |
dmenu-noxz |
commit: cf438111d218f03fff3e904a5772f121e39e8dc3 parent: 1870969df21484059f080269cbfcf90aff563034 author: Chris Noxz <chris@noxz.tech> date: Sun, 17 Mar 2024 17:40:21 +0100
Add accidentally deleted .idx
M | dmenu.c | 1 | + |
diff --git a/dmenu.c b/dmenu.c @@ -739,6 +739,7 @@ readstdin(void) die("strdup:"); items[i].out = 0; + items[i].idx = i; } free(line); if (items)