From 972208833b687cb1167bb5efe10441092dfc6af1 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 15 Mar 2000 10:34:52 +0000 Subject: zsh-workers/10145 --- Doc/Zsh/mod_zle.yo | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Zsh/mod_zle.yo b/Doc/Zsh/mod_zle.yo index 6fd719488..a2e0e469e 100644 --- a/Doc/Zsh/mod_zle.yo +++ b/Doc/Zsh/mod_zle.yo @@ -258,9 +258,14 @@ 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 +This pushes the characters in the var(string) onto the input stack of ZLE. After the widget currently executed finishes ZLE will behave as if the characters in the var(string) were typed by the user. + +Note that since ZLE uses a stack, using tt(zle) with this option more +than once will make the last string pushed be used first. The +characters in each var(string) will be used in the order in which they +appear in the string, though. ) item(var(widget) tt([ -n) var(num) tt(]) tt([ -N ]) var(args) ...)( Invoke the specified widget. This can only be done when ZLE is -- cgit 1.4.1