diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2005-10-01 19:20:25 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-10-01 19:20:25 +0000 |
commit | f5d7af2912a510edcb0652bd7fe3578290f7f642 (patch) | |
tree | 3a955a0bde4eab6d2b03da77670a6ec03692b1f9 | |
parent | d84c522b4945963c8b8b11ddb8d177b30dd8e318 (diff) | |
download | zsh-f5d7af2912a510edcb0652bd7fe3578290f7f642.tar.gz zsh-f5d7af2912a510edcb0652bd7fe3578290f7f642.tar.xz zsh-f5d7af2912a510edcb0652bd7fe3578290f7f642.zip |
Tweak to PROMPT_SP.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e68a8788e..c170cf843 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-01 Wayne Davison <wayned@users.sourceforge.net> + + * unposted: Src/utils.c: changed PROMPT_SP to use the prompt- + escape "%#" (as Bart suggested) instead of a hard-wired "#". + 2005-09-29 Peter Stephenson <pws@csr.com> * 21784: Src/utils.c, Src/Zle/complist.c, Src/Zle/compresult.c, |