Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: 4.3.2/20061219 -> 4.3.2/20070126 very broken



On Sat, Jan 27, 2007 at 08:07:26PM +0300, Alexey Tourbin wrote:
> Hello,
> 4.3.2/20061219 -> 4.3.2/20070126
> 
> The prompt cannot be displayed correctly and input is sort of broken
> (after pressing enter, the command is executed but the prompt is not
> displayed; pressing enter again gets the prompt back).
> 
> git-bisect blames
> 23097: splitting of $'...' strings in completion

PS: here is what my prompt is:

myprompt()
{       
        autoload colors -U && colors
        local COLOR=green
        local WINDOW="%{$fg_bold[$COLOR]%}${WINDOW:--}%{$fg_no_bold[$COLOR]%}"
        local NULL=$'%{\ek\e\\%}'
        PROMPT="$NULL%{$fg[$COLOR]%}%n@%m %3~ $WINDOW %(!.#.$) %{$fg[default]%}"
}
myprompt   

Attachment: pgpPmnHt3KLlQ.pgp
Description: PGP signature



Messages sorted by: Reverse Date, Date, Thread, Author