Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #11155

Re: Bash 4.2.53 cursor position bug

From Charles Daffern <seejay.11@gmail.com>
Newsgroups gnu.bash.bug
Subject Re: Bash 4.2.53 cursor position bug
Date 2015-07-04 02:54 +0100
Message-ID <mailman.6270.1435974888.904.bug-bash@gnu.org> (permalink)
References <5595FA97.30903@rahul.net>

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On 03/07/15 23:09, Chet Ramey wrote:
> [...] the weird `/~' at the beginning of your prompt. 

On 03/07/15 03:59, gam wrote:
>    PS1="\W\$ "
>    1.  Type a short input line
>        /~$ just a line for illustration

Maybe your $PROMPT_COMMAND is hiding something nasty. If it is printing
that slash, then it needs to be changed. The behaviour you're seeing is
consistent with what you'd see if something is printing a slash before
PS1 is printed.

If you only see that slash on the first line of the bash session, it
could be something inside the rc/profile files giving output unexpectedly.


Back to gnu.bash.bug | Previous | Next | Find similar


Thread

Re: Bash 4.2.53 cursor position bug Charles Daffern <seejay.11@gmail.com> - 2015-07-04 02:54 +0100

csiph-web