diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-12-09 17:37:01 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-12-09 17:37:01 +0000 |
commit | 02f05d746223c73981f3564ff21b324bb222e41a (patch) | |
tree | 0640e519b52d20cb446a41b5b086c762e70aca03 /Doc/Zsh | |
parent | 61e692400bd5c560a64f5bf299f0d6f1f0f4aa29 (diff) | |
download | zsh-02f05d746223c73981f3564ff21b324bb222e41a.tar.gz zsh-02f05d746223c73981f3564ff21b324bb222e41a.tar.xz zsh-02f05d746223c73981f3564ff21b324bb222e41a.zip |
26110: option to allow vared to open to an alternative terminal
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/zle.yo | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index c949e58c6..af339d37f 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -292,7 +292,8 @@ findex(vared) cindex(parameters, editing) cindex(editing parameters) xitem(tt(vared) [ tt(-Aache) ] [ tt(-p) var(prompt) ] [ tt(-r) var(rprompt) ]) -item( [ -M var(main-keymap) ] [ -m var(vicmd-keymap) ] var(name))( +xitem( [ tt(-M) var(main-keymap) ] [ tt(-m) var(vicmd-keymap) ]) +item( [ tt(-t) var(tty) ] var(name))( The value of the parameter var(name) is loaded into the edit buffer, and the line editor is invoked. When the editor exits, var(name) is set to the string value returned by the editor. @@ -326,6 +327,10 @@ keymap during editing. For vi-style editing, this allows a pair of keymaps to override tt(viins) and tt(vicmd). For emacs-style editing, only tt(-M) is normally needed but the tt(-m) option may still be used. On exit, the previous keymaps will be restored. + +If `tt(-t) var(tty)' is given, var(tty) is the name of a terminal device +to be used instead of the default tt(/dev/tty). If var(tty) does not +refer to a terminal an error is reported. ) findex(zle) cindex(widgets, rebinding) |