Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 4.3.2/20061219 -> 4.3.2/20070126 very broken
- X-seq: zsh-workers 23137
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: 4.3.2/20061219 -> 4.3.2/20070126 very broken
- Date: Sat, 27 Jan 2007 11:10:01 -0800
- In-reply-to: <20070127171501.GD8122@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20070127170726.GC8122@xxxxxxxxxxxxxxxxxxxxx> <20070127171501.GD8122@xxxxxxxxxxxxxxxxxxxxx>
On Jan 27, 8:15pm, Alexey Tourbin wrote:
}
} > 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).
}
} local NULL=$'%{\ek\e\\%}'
It appears that \\ is not being interpreted the same way it used to be.
Here's 4.2.6:
schaefer[501] NULL=$'%{\ek\e\\%}'
schaefer[502] print -RP $NULL | cat -v
^[k^[\
Here's the latest 4.3.2:
schaefer<501> NULL=$'%{\ek\e\\%}'
schaefer<502> print -RP $NULL | cat -v
^[k^[
Messages sorted by:
Reverse Date,
Date,
Thread,
Author