diff options
author | sabetts <sabetts> | 2003-08-23 06:48:24 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-08-23 06:48:24 +0000 |
commit | 59ad37223522bb0168b10a85cc891ecb59c30f4c (patch) | |
tree | c6d20345d4bd21337a595442590ac450201338ec /doc | |
parent | e8d4782f9666d4355718b2c00ef53c464f676da3 (diff) | |
download | ratpoison-59ad37223522bb0168b10a85cc891ecb59c30f4c.zip |
* src/split.c (remove_all_splits): only hide the windows in the
current screen.
* src/group.h (group_delete_group): new prototype
* src/group.c (group_last_window): find the last window in the
current screen.
(group_next_window): find next window in current screen.
(group_prev_window): find previous window in current screen.
* src/manage.c (force_maximize): call XSync() after first resize.
* src/globals.h (GROUP_DELETE_GROUP_OK): new define
(GROUP_DELETE_GROUP_NONEMPTY): likewise
* src/actions.h (cmd_gdelete): new prototype
* src/actions.c (user_commands): new command gdelete
(cmd_gdelete): new command
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ratpoison.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 0c5de9b..a4bc7f0 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -735,6 +735,11 @@ to select a frame whose number is greater than 9 unless the number is passed as an argument. @end deffn +@deffn Command gdelete @var{group} +Delete a group. @var{group} is optional. If it is not specified +ratpoison will attempt to delete the current group. Only empty groups +can be deleted. To empty a group see @command{gmerge}. + @deffn Command getenv @var{env} Display the value of the environment variable, @var{env}. @end deffn |