Opened 15 years ago

Closed 6 years ago

#3430 closed bug (fixed)

Terminal : incorrect redraw when resizing

Reported by: mmadia Owned by: nobody
Priority: low Milestone: R1
Component: Applications/Command Line Tools Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

rev 29153, gcc2, real hardware.

cd /bin ls [tab-complete] when the text prompt "Display all 253 possibilities? (y or n)CURSOR appears, resize Terminal. The text prompt will disappear. CURSOR will move to the location after [tab-complete] However, the text prompt is still valid and is waiting for (y or n)

Change History (3)

comment:1 by axeld, 15 years ago

This is actually mostly a bash problem, and can be reproduced with other Terminals (on other systems) as well.

However, the "/bin/ls" should stay at the same line, not be there twice.

in reply to:  1 comment:2 by bonefish, 13 years ago

Component: Applications/TerminalApplications/Command Line Tools
Owner: changed from jackburton to nobody
Priority: normallow
Version: R1/pre-alpha1R1/Development

Replying to axeld:

This is actually mostly a bash problem, and can be reproduced with other Terminals (on other systems) as well.

Indeed. Changing component respectively and lowering priority.

However, the "/bin/ls" should stay at the same line, not be there twice.

Not sure what you mean. In hrev39515 I only see the effect Matt described. The output looks OK otherwise.

comment:3 by waddlesplash, 6 years ago

Resolution: fixed
Status: newclosed

Tested and verified as working, so Bash has fixed this problem in the interim apparently.

Note: See TracTickets for help on using tickets.