Opened 10 years ago
Last modified 2 years ago
#11933 assigned bug
setarch window size changes misbehave
Reported by: | jessicah | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Terminal | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
When using e.g. setarch x86
on a gcc2h, resizing the Terminal window causes weird issues with the bash prompt output. It behaves as if the window size had not changed.
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 6 years ago
Component: | - General → Applications/Terminal |
---|---|
Owner: | changed from | to
comment:3 by , 2 years ago
Owner: | removed |
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
This relies on sending the SIGWINCH ("window change") signal to the foreground app. Maybe it get delivered to the wrong place in this case?