diff options
author | sabetts <sabetts> | 2001-12-21 10:13:51 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-12-21 10:13:51 +0000 |
commit | 23f9dc31a7bba68e275c0a00775f59bc04e0bb18 (patch) | |
tree | d35d2894efa7bcf64921aa8a3d60f2e5e4cedde1 /doc/ratpoison.texi | |
parent | 2a67d86985a3d67d707d7d6c46a3b7e5b7d11435 (diff) | |
download | ratpoison-23f9dc31a7bba68e275c0a00775f59bc04e0bb18.zip |
* src/input.c (update_input_window): Draw the cursor in the right place.
* src/actions.h (cmd_defbarpadding): new prototype
* src/actions.c (user_commands): new command entry "defbarpadding"
(cmd_defbarpadding): new function
Diffstat (limited to 'doc/ratpoison.texi')
-rw-r--r-- | doc/ratpoison.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 94c8dac..3e0d75e 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -371,6 +371,9 @@ Set the message bar location. @var{n} is a value between 0 and 3. 0 is the top left and the values move clockwise around the screen to the bottom left which is 3. +@item defbarpadding @var{x} @var{y} +Set the horizontal and vertical padding inside the bar. + @item msgwait @var{n} Set the bar's timeout in seconds. |