summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2003-04-14 00:42:58 +0000
committersabetts <sabetts>2003-04-14 00:42:58 +0000
commit0b0700c4b7e67e4ee8c0a78093c48050598144de (patch)
tree0705ca61121b8362310123c38dceaff45e61c7ff /ChangeLog
parent58f0915afd8e6aef6c7a9b8ab70ed9003877df6d (diff)
downloadratpoison-0b0700c4b7e67e4ee8c0a78093c48050598144de.zip
(main): add switch case for the display command line
option. (print_help): add --display option. Add text to demonstrate --display and --command take an argument. (ratpoison_longopts): add display. (ratpoison_longopts): add screen. (ratpoison_opts): add 'd' (ratpoison_opts): add 's' (main): parse the screen argument and process it. (print_help): add --screen
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 995db88..fb9ebeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,11 @@
(print_help): add --display option. Add text to demonstrate
--display and --command take an argument.
(ratpoison_longopts): add display.
+ (ratpoison_longopts): add screen.
(ratpoison_opts): add 'd'
+ (ratpoison_opts): add 's'
+ (main): parse the screen argument and process it.
+ (print_help): add --screen
* src/manage.c (get_wmname): add debugging output to print
returned elements from X11 call.