From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4+) Gecko/20010921 Description of problem: Using bash -o vi in a maximized gnome-terminal (stty -a says rows 46; columns 124; line = 0; ) window when I have type more then 80 chars it wraps to the begining of the line instead of continuing to the end of the window. I would expect it at least to make it to the full 124 chars before wrapping. And then it should wrap to the next line the way it does when you have an 80 char window. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Start gnome-terminal window 2.Maximize window 3.type more then 80 chars Actual Results: chars after 80 wrap to the begining of the same line. Expected Results: chars should go to edge of window, then wrap to next lin Additional info:
This is a gnome-terminal problem, works perfectly in konsole (which is the same thing from bash's standpoint).
Closing as fixed.