commit d5ce8df9d9a86bf0d1cb97e4cfe4cd6951f2f1f5 from: Hiltjo Posthuma date: Sun Sep 27 22:38:17 2015 UTC minor style fix commit - ba75bb30fa1f458ea4d80a2858ffeaf9d49afbcc commit + d5ce8df9d9a86bf0d1cb97e4cfe4cd6951f2f1f5 blob - 32a8330df9dffe12ee13720df2fa032677bdd54e blob + 071cbc1c40d039ded3beb20edc7b56612f80b688 --- dmenu.c +++ dmenu.c @@ -7,6 +7,7 @@ #include #include #include + #include #include #include @@ -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;