problem with continuation prompt on newlines with history back

2023-06-23 Thread alex xmb ratchev
hi .. i was trying in termux PS1=' $PWD > ' /data/data/com.termux/files/home PS1=' $PWD > ' /data/data/com.termux/files/home --- 1. i entered with one newline np 2. i pressed up , 1. del ( make the ' away to continue ) and press enter .. the prompt continuation prompt is shown ,

Re: EOF at PS2

2023-06-23 Thread Grisha Levit
On Fri, May 26, 2023, 17:44 Chet Ramey wrote: > > On 4/26/23 5:38 PM, Grisha Levit wrote: > > A few issues with EOF being received at PS2: > > I finally had a chance to check out the ksh88 behavior on a Solaris 10 VM. > It's pretty bizarre, but it does point to some improvements when ignoreeof > i

Re: problem with continuation prompt on newlines with history back

2023-06-23 Thread Martin D Kealey
Hi Alex Is your history set to line mode or command mode? This changes whether recalling a multi-line history item gets put in the input buffer all at once or only one line of it, and that in turn changes whether you see PS2 in between the lines. On Sat, 24 Jun 2023, 03:34 alex xmb ratchev, wrot

Re: problem with continuation prompt on newlines with history back

2023-06-23 Thread alex xmb ratchev
On Sat, Jun 24, 2023, 02:23 Martin D Kealey wrote: > Hi Alex > hii Is your history set to line mode or command mode? This changes whether > recalling a multi-line history item gets put in the input buffer all at > once or only one line of it, and that in turn changes whether you see PS2 > in b