diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | src/main.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ * src/main.c (init_screen): print the display string for debugging. + (ratpoison_opts): fix -c option by adding a : after it. * src/manage.c (current_screen): search for the current screen using rp_current_screen. @@ -98,7 +98,7 @@ static struct option ratpoison_longopts[] = {"screen", required_argument, 0, 's'}, {0, 0, 0, 0} }; -static char ratpoison_opts[] = "hvcd:s:"; +static char ratpoison_opts[] = "hvc:d:s:"; void fatal (const char *msg) |