My dmenu build
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
325 B

  1. --- dmenu.c
  2. +++ dmenu.c
  3. @@ -693,6 +696,7 @@ static void
  4. usage(void)
  5. {
  6. fputs("usage: dmenu [-bfiv] [-l lines] [-p prompt] [-fn font] [-m monitor]\n"
  7. + " [-x xoffset] [-y yoffset] [-z width]\n"
  8. " [-nb color] [-nf color] [-sb color] [-sf color] [-w windowid]\n", stderr);
  9. exit(1);
  10. }