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

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

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 ,