Bug 683733
Summary: | Content above dimensions of cleared display is still visible for locked screen session | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miroslav Lichvar <mlichvar> | |
Component: | screen | Assignee: | Miroslav Lichvar <mlichvar> | |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | rawhide | CC: | dickey, dkutalek, ebenes, mlichvar, ppisar, rvokal, sgrubb, tmraz | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | 681600 | |||
: | 714693 (view as bug list) | Environment: | ||
Last Closed: | 2011-07-19 14:52:13 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: | ||||
Bug Depends On: | 684261 | |||
Bug Blocks: |
Description
Miroslav Lichvar
2011-03-10 08:29:20 UTC
FYI, F16 delivers kernel supporting "\E[3;J" sequence to clear scroll-back buffer. In reply to comment #1) > FYI, F16 delivers kernel supporting "\E[3;J" sequence to clear scroll-back > buffer. Cool, now the question is how to make that available to the applications. Adding it to the clear sequence probably would make some users unhappy. Is there a more suitable capability which could be called by the locking program without unwanted side effects, or do we need to introduce a new one? Thomas, do you have any suggestions? I think you need a new capability for this. Keep in mind that if it is to be visible to termcap applications, the name would be two characters. A quick check shows that there are no termcap names (as listed in terminfo(5)) which are of the form ED or E1, E2, etc. Perhaps "E3" (thinking of "ed 3") would be mnemonic enough. The linux terminfo entry in ncurses-5.9-2.20110716.fc16 includes the new E3 extension. Thanks. The capability is now used in screen-4.1.0-0.4.20110328git8cf5ef. I can confirm screen utilizes the new future properly and it's not possible to scroll back while session is locked. Thank you very much. |