Bug 174498
Summary: | ncurses return to filter mode will reset (clear) screen after term resize | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Erik Petrini <erik.petrini> | ||||||||
Component: | ncurses | Assignee: | Petr Raszyk <praszyk> | ||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | 3 | CC: | dickey | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | i686 | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | ncurses 5.4 Release 22 | Doc Type: | Bug Fix | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2005-12-01 14:32:58 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Attachments: |
|
Description
Erik Petrini
2005-11-29 15:46:00 UTC
Created attachment 121588 [details]
Example of resize clear problem, without SIGWINCH handling.
Small example to exemplify bug.
SIGWINCH handling is left to the internal handler.
Created attachment 121590 [details]
'example of resize clear problem with some (naive?) SIGWINCH handling
An attempt to work around the problem by catching the resize terminal and
resizeterm():ing the window. This file returned a KEY_WINCH on the final getch
call for a resize during the second getch call(!)
Thanks for your investigation and examples. This will be my first step tomorow. tomorrow (not tomorow) Created attachment 121687 [details]
ncurses-5.4-22.src.rpm
Fixed in current release.
Your examples work fine.
Please, can you compile and test *.src.rpm above ?
OK, will try ncurses-5.4-22 and get back to you. With ncurses-5.4-22 everything works as expected. Great job, thanks! And I thank you for your examples describing precisely the issue above. |