Download raw body.
bin/ksh: ignore ANSI escapes in prompt length for edit modes
bin/ksh: ignore ANSI escapes in prompt length for edit modes
"Kirill A. Korinsky": > here a diff where I addressed an issue which was reported by helg@ as > https://marc.info/?l=openbsd-tech&m=176899229906470&w=2 But we already have \[ \] to embed zero-length character sequences in the prompt! From my ~/.kshrc: PS1="\[$(tput so)\]\u@\h\[$(tput se)\][\w] " -- Christian "naddy" Weisgerber naddy@mips.inka.de
bin/ksh: ignore ANSI escapes in prompt length for edit modes
bin/ksh: ignore ANSI escapes in prompt length for edit modes