diff options
author | sabetts <sabetts> | 2003-04-14 00:16:17 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-04-14 00:16:17 +0000 |
commit | 58f0915afd8e6aef6c7a9b8ab70ed9003877df6d (patch) | |
tree | 770429e5dc4aaa2f21523b352280a8c696d51974 | |
parent | a08bd72e917f0fc34615d91fff047b8a215d5e46 (diff) | |
download | ratpoison-58f0915afd8e6aef6c7a9b8ab70ed9003877df6d.zip |
(ratpoison_opts): add 'd'
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | src/main.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ (print_help): add --display option. Add text to demonstrate --display and --command take an argument. (ratpoison_longopts): add display. + (ratpoison_opts): add 'd' * src/manage.c (get_wmname): add debugging output to print returned elements from X11 call. @@ -97,7 +97,7 @@ static struct option ratpoison_longopts[] = {"display", required_argument, 0, 'd'}, {0, 0, 0, 0} }; -static char ratpoison_opts[] = "hvc:"; +static char ratpoison_opts[] = "hvcd:"; void fatal (const char *msg) |