diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/main.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2001-09-27 shawn <sabetts@vcn.bc.ca> + + * src/main.c[ratpoison_opts]: remove 'r' and 'k'. + 2001-09-23 shawn <sabetts@vcn.bc.ca> * src/actions.c (initialize_default_keybindings): Change C-t a and @@ -83,7 +83,7 @@ static struct option ratpoison_longopts[] = {"command", required_argument, 0, 'c'}, {0, 0, 0, 0} }; -static char ratpoison_opts[] = "hvrkc:"; +static char ratpoison_opts[] = "hvc:"; void fatal (const char *msg) |