1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-11 10:41:12 +02:00

11297: Document that ZLE closes standard input of user-defined widget funcs.

This commit is contained in:
Bart Schaefer 2000-05-10 10:31:16 +00:00
parent 0f7d06b4e5
commit f1286d2fae
3 changed files with 27 additions and 14 deletions

View file

@ -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>
* Naoki Wakamatsu: 11287: Completion/Core/compinstall: tab had
@ -12,7 +18,7 @@
* 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,
Completion/Core/_main_complete: Reopen stdin from /dev/null,

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -12,23 +12,28 @@ ifnzman(noderef(The zsh/zle Module))\