pinentry-dmenu

a pinentry program based on dmenu
git clone anongit@rnpnr.xyz:pinentry-dmenu.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 0a4dd1a85297c74a7a5998d439673f992cef1ec7
Parent: daa292de8e139e7aaebcee3cc9d52f750ae3d95b
Author: Moritz Luedecke
Date:   Sun, 20 Aug 2017 15:27:11 +0200

Remove a delete note

Diffstat:
Mpinentry-dmenu.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/pinentry-dmenu.c b/pinentry-dmenu.c @@ -74,7 +74,6 @@ drawitem(const char* text, Bool sel, int x, int y, int w) { return drw_text(drw, x, y, w, bh, lrpad / 2, text, 0); } -// XXX: Delete this function static void grabfocus(void) { Window focuswin;