[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem with continuation prompt on newlines with history back
From: |
Dennis Williamson |
Subject: |
Re: problem with continuation prompt on newlines with history back |
Date: |
Fri, 23 Jun 2023 19:53:03 -0500 |
On Fri, Jun 23, 2023, 7:45 PM alex xmb ratchev <fxmbsw7@gmail.com> wrote:
>
> i dunno of such modes
> i run bash 5.2.15 by termux.apk package
> i deleted all bash n profile files
>
> then 1. when i c-r or arrow up to PS1 ..
> the cmd is PS1=' $PWD
>
> the cmd is not finished ...
>
> else
> it shows same symptons
>
> bash-5.2$ PS1=' $PWD
> > '
> /data/data/com.termux/files/home
> PS1=' $PWD
> > '
> /data/data/com.termux/files/home
>
> : cmd
>
> i dont know of history mode changes
> . in earlier ( somewhen ) this was working ( complete cmd and no newline
> miss on PS2 )
>
> to me its just where cmd gets parsed , some misconfigurement , that doesnt
> pass the \n to subvar
>
> greets
>
>
shopt -s cmdhist
>