Hi
I have problem with Bash when I using ANSI codes in PS1 env variable (prompt). For example with terminal width is = 80 (COLUMNS=80) if command line plus prompt reach 76 characters next character is printed in same line at it's beginning. Normal behavior is that command line have to reach full width (80 characters in this example) and then 81 will be printed in next line.
It's not problem of terminal (Putty) as I also have this issue from console (vty).
Did anyone have same problem ? On older FreeBSD (7.x and 8.x) with bash-3.0.16_1 I don't have this issue at all.
I have problem with Bash when I using ANSI codes in PS1 env variable (prompt). For example with terminal width is = 80 (COLUMNS=80) if command line plus prompt reach 76 characters next character is printed in same line at it's beginning. Normal behavior is that command line have to reach full width (80 characters in this example) and then 81 will be printed in next line.
It's not problem of terminal (Putty) as I also have this issue from console (vty).
Code:
~$ pkg info | grep bash
bash-4.3.42_1 The GNU Project's Bourne Again SHell
Did anyone have same problem ? On older FreeBSD (7.x and 8.x) with bash-3.0.16_1 I don't have this issue at all.