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

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



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