diff options
author | sabetts <sabetts> | 2005-02-06 21:19:50 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2005-02-06 21:19:50 +0000 |
commit | 90f511d8a8f93c6106b9a972fa54f9c86894eb17 (patch) | |
tree | 98c669844d3b421890c8a9f907f5a525ef24da5f /doc/ratpoison.texi | |
parent | 42202c1b5d3d037173a25ce3ac76db5f0429eb90 (diff) | |
download | ratpoison-90f511d8a8f93c6106b9a972fa54f9c86894eb17.zip |
added prompt command.
Diffstat (limited to 'doc/ratpoison.texi')
-rw-r--r-- | doc/ratpoison.texi | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 25c1d51..ee7254d 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -1299,8 +1299,7 @@ Run a ratpoison command. @deffnx Command defpadding @var{left} @var{top} @var{right} @var{bottom} Set the padding around the edge of the screen. -When called non-interactively with no arguments, the current setting is -returned. +When called with no arguments, the current setting is returned. @end deffn @deffn Command {set waitcursor} @var{n} @@ -1309,8 +1308,7 @@ Set whether the rat cursor should change into a square when waiting for a key. A non-zero number means change the cursor. Zero means don't change the cursor. -When called non-interactively with no arguments, the current setting is -returned. +When called with no arguments, the current setting is returned. @end deffn @deffn Command escape @var{key} @@ -1342,6 +1340,12 @@ Display ratpoison's license. By default, this is bound to @kbd{C-t V}. Send a @kbd{C-t} to the current window. @end deffn +@deffn Command prompt @var{prompt} +This command is only useful when called +non-interactively. @cmd{prompt} prompts the user for input using +@var{prompt} and returns the input. +@end deffn + @deffn Command putsel @var{text} Make text the X11 selection. @end deffn |