[hackers] [dmenu] fix incorrect comment, math is hard || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Sat, 30 Apr 2022 13:20:23 +0200 (CEST)

commit fe5d5c6709a77ac5d554e26dda76a67df68618ae
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Sat Apr 30 13:19:33 2022 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Sat Apr 30 13:19:33 2022 +0200

    fix incorrect comment, math is hard

diff --git a/dmenu.c b/dmenu.c
index 4e286cf..571bc35 100644
--- a/dmenu.c
+++ b/dmenu.c
_AT_@ -673,7 +673,7 @@ setup(void)
                 mw = wa.width;
         }
         promptw = (prompt && *prompt) ? TEXTW(prompt) - lrpad / 4 : 0;
- inputw = mw / 3; /* input width: ~30% of monitor width */
+ inputw = mw / 3; /* input width: ~33% of monitor width */
         match();
 
         /* create menu window */
Received on Sat Apr 30 2022 - 13:20:23 CEST

This archive was generated by hypermail 2.3.0 : Sat Apr 30 2022 - 13:24:33 CEST