Opened 16 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)
follow-up: 2 comment:1 by , 16 years ago
comment:2 by , 14 years ago
Component: | Applications/Terminal → Applications/Command Line Tools |
---|---|
Owner: | changed from | to
Priority: | normal → low |
Version: | R1/pre-alpha1 → R1/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 , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Tested and verified as working, so Bash has fixed this problem in the interim apparently.
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.