diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2005-07-26 23:01:34 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-07-26 23:01:34 +0000 |
commit | 4c437b4f3e91574e8bdf4b31798fd90a0b1b3e55 (patch) | |
tree | fd26b054ebf4419f9889632ebc967a6b117acbc1 /ChangeLog | |
parent | aa6e6d31cac59b273dfc45c3ebbfa73dbb8b4bbb (diff) | |
download | zsh-4c437b4f3e91574e8bdf4b31798fd90a0b1b3e55.tar.gz zsh-4c437b4f3e91574e8bdf4b31798fd90a0b1b3e55.tar.xz zsh-4c437b4f3e91574e8bdf4b31798fd90a0b1b3e55.zip |
PROMPT_SP improvement.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index baa66f9ee..a9614999a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2005-07-26 Wayne Davison <wayned@users.sourceforge.net> + * unposted: Src/utils.c, Src/Zle/zle_main.c, Doc/Zsh/options.yo: + Moved the PROMPT_SP output into preprompt() so that it takes + effect prior to things like precmd, the mail-check output, etc. + Also added an inverse hash (#) that helps to distinguish when a + partial line was preserved. + * 21532: Etc/FAQ.yo: updated the precmd in the prompt- overwriting section to output an inverse hash when we preserve a partial line, to simplify the output (it's all one "print" now), |