mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-12 11:01:15 +02:00
11297: Document that ZLE closes standard input of user-defined widget funcs.
This commit is contained in:
parent
0f7d06b4e5
commit
f1286d2fae
3 changed files with 27 additions and 14 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2000-05-10 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
|
* 11297: Doc/Zsh/compwid.yo, Doc/Zsh/zle.yo: Document that ZLE
|
||||||
|
user-defined widget functions are executed with standard input
|
||||||
|
closed.
|
||||||
|
|
||||||
2000-05-10 Peter Stephenson <pws@cambridgesiliconradio.com>
|
2000-05-10 Peter Stephenson <pws@cambridgesiliconradio.com>
|
||||||
|
|
||||||
* Naoki Wakamatsu: 11287: Completion/Core/compinstall: tab had
|
* Naoki Wakamatsu: 11287: Completion/Core/compinstall: tab had
|
||||||
|
@ -12,7 +18,7 @@
|
||||||
|
|
||||||
* 11292: Completion/Core/_files: update `%p' replacement in _files
|
* 11292: Completion/Core/_files: update `%p' replacement in _files
|
||||||
|
|
||||||
2000-05-09 Bart Schaefer <schaefer@brasslantern.com>
|
2000-05-09 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 11288: Completion/Commands/_complete_help,
|
* 11288: Completion/Commands/_complete_help,
|
||||||
Completion/Core/_main_complete: Reopen stdin from /dev/null,
|
Completion/Core/_main_complete: Reopen stdin from /dev/null,
|
||||||
|
|
|
@ -12,23 +12,28 @@ ifnzman(noderef(The zsh/zle Module))\
|
||||||
|
|
||||||