about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-13 18:59:51 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-13 18:59:51 +0000
commit5ddf28796273243cfe1d0f872dfdf8b261f73231 (patch)
tree07bfb23f697d397979c54c51dffed102dd48c2ef /Doc
parent240bb5d58111c7906e538318fc9162a1bb17a9d5 (diff)
downloadzsh-5ddf28796273243cfe1d0f872dfdf8b261f73231.tar.gz
zsh-5ddf28796273243cfe1d0f872dfdf8b261f73231.tar.xz
zsh-5ddf28796273243cfe1d0f872dfdf8b261f73231.zip
manual/9306-for-dev-15
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_zle.yo12
1 files changed, 12 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_zle.yo b/Doc/Zsh/mod_zle.yo
index f7a4a5a7d..edca157df 100644
--- a/Doc/Zsh/mod_zle.yo
+++ b/Doc/Zsh/mod_zle.yo
@@ -180,6 +180,7 @@ xitem(tt(zle) tt(-A) var(old-widget) var(new-widget))
 xitem(tt(zle) tt(-N) var(widget) [ var(function) ])
 xitem(tt(zle) tt(-C) var(widget) var(completion-widget) var(function))
 xitem(tt(zle) tt(-R) [ tt(-c) ] [ var(display-string) ] [ var(string) ... ])
+xitem(tt(zle) tt(-M) var(string))
 xitem(tt(zle) tt(-U) var(string))
 item(tt(zle) var(widget) tt([ -n) var(num) tt(]) tt([ -N ]) var(args) ...)(
 The tt(zle) builtin performs a number of different actions concerning
@@ -241,6 +242,17 @@ If the optional var(string)s are given they are listed below the
 prompt in the same way as completion lists are printed. If no
 var(string)s are given but the tt(-c) option is used such a list is
 cleared.
+
+Note that this option is only useful for widgets that do not exit
+immediatly after using it because the strings displayed will be erased 
+immediatly after return from the widget.
+)
+item(tt(-M) var(string))(
+As with the tt(-R) option, the var(string) will be displayed below the 
+command line. But unlike the tt(-R) option the string not be put into
+the status line but will instead be printed normally below the
+prompt. This means that the var(string) will still be displayed after
+the widget returns (until it is overwritten by subsequent commands).
 )
 item(tt(-U) var(string))(
 This puts the characters in the var(string) in the input queue of