Re: off by one in wrapping long lines in bash-3.1

2006-01-13 Thread Mike Frysinger
On Friday 13 January 2006 22:02, Mike Frysinger wrote: > On Friday 13 January 2006 21:16, Chet Ramey wrote: > > Someone who can reproduce this is going to have to gdb bash, attach to > > the shell producing the bad behavior, and find out what _rl_screenwidth > > and _rl_term_autowrap are set to. >

Re: off by one in wrapping long lines in bash-3.1

2006-01-13 Thread Mike Frysinger
On Friday 13 January 2006 21:16, Chet Ramey wrote: > Someone who can reproduce this is going to have to gdb bash, attach to > the shell producing the bad behavior, and find out what _rl_screenwidth > and _rl_term_autowrap are set to. [EMAIL PROTECTED] 0 ~ $ gdb bash (no debugging symbols found) Us

Re: off by one in wrapping long lines in bash-3.1

2006-01-13 Thread Chet Ramey
Mike Frysinger wrote: > On Thursday 12 January 2006 14:21, Chet Ramey wrote: >>> Repeat-By: >>> - run 'bash' >>> - hold down a letter until it gets to the edge of the terminal >>> - observe the line wrapping too soon and overwriting current line >>> - hit enter/resize terminal/etc... >>> - hol

Re: off by one in wrapping long lines in bash-3.1

2006-01-12 Thread Mike Frysinger
On Thursday 12 January 2006 14:21, Chet Ramey wrote: > > Repeat-By: > > - run 'bash' > > - hold down a letter until it gets to the edge of the terminal > > - observe the line wrapping too soon and overwriting current line > > - hit enter/resize terminal/etc... > > - hold down a letter until it

Re: off by one in wrapping long lines in bash-3.1

2006-01-12 Thread Chet Ramey
Mike Frysinger wrote: > Configuration Information: > Machine: x86_64 > OS: linux-gnu > Compiler: x86_64-pc-linux-gnu-gcc > Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' > -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' > -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/

off by one in wrapping long lines in bash-3.1

2006-01-12 Thread Mike Frysinger
Configuration Information: Machine: x86_64 OS: linux-gnu Compiler: x86_64-pc-linux-gnu-gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL -D