[CONTACT]

[ABOUT]

[POLICY]

git clone dmenu dmenu Log gph

Found at: gopher.r-36.net:70/scm/dmenu/commit/d5ce8df9d9a86bf0d1cb97e4cfe4cd6951f2f1f5.gph

tminor style fix - dmenu - Dmenu fork with xft fonts.

git clone git://r-36.net/dmenu

Log

Files

Refs

README

LICENSE

---

commit d5ce8df9d9a86bf0d1cb97e4cfe4cd6951f2f1f5

parent ba75bb30fa1f458ea4d80a2858ffeaf9d49afbcc

Author: Hiltjo Posthuma

Date:   Mon, 28 Sep 2015 00:38:17 +0200
minor style fix
Diffstat:
  dmenu.c                             |       3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---

diff --git a/dmenu.c b/dmenu.c

t@@ -7,6 +7,7 @@
 #include 
 #include 
 #include 
+
 #include 
 #include 
 #include 
t@@ -622,7 +623,7 @@ main(int argc, char *argv[])
                 if (!strcmp(argv[i], "-v")) {      /* prints version information */
                         puts("dmenu-"VERSION);
                         exit(0);
-                } else if (!strcmp(argv[i], "-b"))   /* appears at the bottom of the screen */
+                } else if (!strcmp(argv[i], "-b")) /* appears at the bottom of the screen */
                         topbar = false;
                 else if (!strcmp(argv[i], "-f"))   /* grabs keyboard before reading stdin */
                         fast = true;
.


AD: