Re: Cursor positioning in prompt is sometimes wrong, depending on locale and PS1

2009-06-17 Thread Jim Paris
Chet Ramey wrote: > Jim Paris wrote: > > The cursor positioning in the prompt is sometimes wrong, > > depending on the contents of PS1 and the locale. > > > > Repeat-By: > > > > With this command, the cursor is positioned after the '5'

Cursor positioning in prompt is sometimes wrong, depending on locale and PS1

2009-06-09 Thread Jim Paris
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: 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' -DPACKA

Re: read -t 0 causes segfault on SIGINT

2005-10-04 Thread Jim Paris
> Repeat-By: > [EMAIL PROTECTED]:~$ bash > [EMAIL PROTECTED]:~$ while sleep 1; do read -t 0; done > ... type ^C ... > Segmentation fault > [EMAIL PROTECTED]:~$ Hi Heike, This bug sounds like the one I just reported to Debian: http://bugs.debian.org/331381 There's a patch there. -jim

Re: processes hanging in STOPPED state

2005-04-27 Thread Jim Paris
Chet Ramey wrote: > > Bash is apparently improperly setting up process groups in > > a way that causes processes to become stuck in the STOPPED > > state. > > And did changing the definition of PGRP_PIPE in config.h solve the problem? Yes, defining PGRP_PIPE does appear to make the pr

processes hanging in STOPPED state

2005-04-27 Thread Jim Paris
Configuration Information [Automatically generated, do not change]: Machine: i386 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i386-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='ba