bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug report


From: Hirofumi Hayashida
Subject: Bug report
Date: Wed, 28 Aug 2002 16:07:46 +0900

Hallo.

First,I using bash everyday.I appreciate all developer.

* The version number of Bash.
bash-2.0.5b

* The hardware and operating system.
ia32,Linux

* The compiler used to compile Bash.
gcc-2.96/gcc-3.2

* A description of the bug behaviour.

prompt #export LC_CTYPE="ja_JP"
prompt #echo -n "Hallo world."
promt #orld.

Prompt over write string.

I read source code little.
I think ..

 At _rl_move_cursor_relative in lib/readline/display.c

      if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
        {
          tputs (_rl_term_cr, 1, _rl_output_character_function);
          for (i = 0; i < new; i++)
            putc (data[i], rl_outstream);
        }
is not worked.

* A short script or `recipe' which exercises the bug and may be used to 
reproduce it. 

prompt #export LC_CTYPE="ja_JP"
prompt #echo -n "Hallo world."

Sorry poor english.

//Hirofumi Hayashida










reply via email to

[Prev in Thread] Current Thread [Next in Thread]