summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsabetts <sabetts>2003-04-06 00:53:32 +0000
committersabetts <sabetts>2003-04-06 00:53:32 +0000
commit7dad9dd35ea39dbe3faa727cc0c0d074a5ea1abe (patch)
tree1267064b648379f58939484267b2c63f6c78c9da /doc
parent934c250042e1e5b9f51d0c8b401437057febfbe3 (diff)
downloadratpoison-7dad9dd35ea39dbe3faa727cc0c0d074a5ea1abe.zip
* src/window.c (get_window_list): if window_list_style is STYLE_COLUMN then
the end of the mark is the length of the buffer minus the start of the mark. * src/main.c (init_defaults): init window_list_style to STYLE_ROW. * src/data.h (struct rp_defaults): new member, window_list_style. * src/bar.c (bar_y): new argument, height. All callers updated. (bar_y): use height in calculations. (update_window_names): print a column of windows if defaults.window_list_style is in column mode. (count_lines): new function (max_line_length): likewise (pos_in_line): likewise (line_beginning): likewise (marked_wrapped_message): likewise * src/actions.c (user_commands): new commands 'verbexec' and 'defwinliststyle'. Move @end take to after the def* commands. (cmd_verbexec): new function. Added prototype. (cmd_defwinliststyle): likewise
Diffstat (limited to 'doc')
-rw-r--r--doc/ratpoison.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi
index 9580bf7..bfdcb49 100644
--- a/doc/ratpoison.texi
+++ b/doc/ratpoison.texi
@@ -515,6 +515,10 @@ Set the default gravity for normal windows. See the
When called non-interactively with no arguments, the current setting is
returned.
+@item defwinliststyle @var{setting}
+The window list can be displayed in a row or a column. @var{setting}
+can be @samp{row} or @samp{column}.
+
@item defwinname @var{name}
There are three resources ratpoison can get a window's name from: the
WMNAME hint, the res_name from the WMCLASS hint, or the res_class from
@@ -790,6 +794,10 @@ Unbind a keystroke.
@item unsetenv @var{env}
Clear the value of the environment variable, @var{env}.
+@item verbexec @var{command}
+Verbosely exec the shell command @var{command}. Raptoison displays a
+message saying command was executed.
+
@item version
Print ratpoison version. By default, this is bound to @kbd{C-t v}.