Re: Multiline editing breaks if the previous output doesn't end in newline

2022-10-29 Thread Albert Vaca Cintora
On Sat, Oct 29, 2022 at 7:28 AM Koichi Murase wrote: > > 2022年10月28日(金) 21:24 Albert Vaca Cintora : > > Description: > > When there's leftover output before the prompt (ie: when the > > previous command output doesn't end in a new line), editing a > > m

Re: Multiline editing breaks if the previous output doesn't end in newline

2022-10-30 Thread Albert Vaca Cintora
On Sun, Oct 30, 2022 at 7:54 AM Martin D Kealey wrote: > > This sounds like a bug in whatever is producing the output. POSIX text files > have a newline terminating every line; that description includes streams > going through pipes and tty devices if they purport to be text. > There are many

Multiline editing breaks if the previous output doesn't end in newline

2022-10-28 Thread Albert Vaca Cintora
Machine: All archs OS: All OSes Bash Version: All versions since I have memory Description: When there's leftover output before the prompt (ie: when the previous command output doesn't end in a new line), editing a multi-line command from history doesn't correctly display what you edit.

Re: Multiline editing breaks if the previous output doesn't end in newline

2022-11-02 Thread Albert Vaca Cintora
On Mon, Oct 31, 2022 at 2:47 AM Greg Wooledge wrote: > > There's no 100% portable way to determine where the cursor is. On Mon, Oct 31, 2022 at 4:45 PM Chet Ramey wrote: > > There is no portable way to determine this. If only computers were general purpose programmable devices... :) Koichi's