diff options
author | Geoff Wing <gcw@users.sourceforge.net> | 2001-10-24 07:03:19 +0000 |
---|---|---|
committer | Geoff Wing <gcw@users.sourceforge.net> | 2001-10-24 07:03:19 +0000 |
commit | aae077ec2b4c9e0d2c1d3871673f5415c2b4534a (patch) | |
tree | db493890c0d912a7881be37d825b3e556b10b81b /ChangeLog | |
parent | cc28002e5411af5c33a6d91c5edcf1860cc2dcf6 (diff) | |
download | zsh-aae077ec2b4c9e0d2c1d3871673f5415c2b4534a.tar.gz zsh-aae077ec2b4c9e0d2c1d3871673f5415c2b4534a.tar.xz zsh-aae077ec2b4c9e0d2c1d3871673f5415c2b4534a.zip |
16063: add transientrprompt option
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7eb037166..2d8bc107b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-10-24 Geoff Wing <gcw@zsh.org> + + * 16063: Src/zsh.h, Src/options.c, Src/Zle/zle_main.c, + Src/Zle/zle_refresh.c, Doc/Zsh/options.yo: add transientrprompt + option to remove right prompt from display when accepting commands + 2001-10-23 Bart Schaefer <schaefer@zsh.org> * 16124: Src/loop.c: Fix infinite loop on `case' with xtrace |