Re: Backspace echoed incorrectly with TERM=garbage

2020-06-19 Thread Bryan Henderson
I tracked it down to an Ncurses change. Bash/readline attempts to move the cursor left by calling Ncurses (libtinfo) function 'tputs' with ASCII BS (ctl-H) as the argument. The function of 'tputs' is to write stuff to the terminal with delays added, as required by early printing terminals. In th

Bug on bash shell - $PWD (and consequentely prompt) not updated while renaming current folder.

2020-06-19 Thread correio
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/l

Re: Bug on bash shell - $PWD (and consequentely prompt) not updated while renaming current folder.

2020-06-19 Thread Lawrence Velázquez
Hi, > On Jun 19, 2020, at 8:51 PM, corr...@goncalo.pt wrote: > > Bash Version: 5.0 > Patch Level: 11 > Release Status: release > Description: > When we rename the current working directory, $PWD doesn't get updated > as it would as it would if we just did a simple "cd directory". Because > of t