Bug#948343: closed by Gioele Barabucci (Re: Bug#948343: bash: Cursor lands before the prompt in specific case)

2024-08-23 Thread Julien Palard
Looks like the bug survived in 5.2.21, at least with 5.2.21-2.1+b1 from trixie: bash-5.2$ printf "Hello World\n    " Hello World     bash-5.2$ bash --version GNU bash, version 5.2.21(1)-release (x86_64-pc-linux-gnu) Copyright (C) 2022 Free Software Foundation, Inc

Bug#948343: bash: Cursor lands before the prompt in specific case

2020-01-07 Thread Julien Palard
It can also be reproduced using non-space characters, like: mdk@seraph:~$ printf "Hello World\n01234567890123456789" Hello World 01234567890123456789mdk@seraph:~$ printf "Hello World\n01234567890123456789" ^ The point jumps here (on the 2nd 4) --  Julien Palard https

Bug#948343: bash: Cursor lands before the prompt in specific case

2020-01-07 Thread Julien Palard
Forgot to mention: Bug appear, or not, depending on the length of the command. To be more specific: - Whith SHORT prompts you have more chance to reproduce the bug - With LONG commands you have more chance to reproduce the bug --  Julien Palard https://mdk.fr

Bug#948343: bash: Cursor lands before the prompt in specific case

2020-01-07 Thread Julien Palard
Package: bash Version: 5.0-5 Severity: normal Tags: upstream Dear Maintainer, With a really specific procedure I'm able to reproduce an issue I'm having ~weekly: - Move ~/.bashrc elsewhere just to start clean - Start a new terminal (in my case tput cols tells it's 79 columns, beware, the bug v