Bug 124039
| Summary: | <Home> and <End> keys don't function as expected | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marc Williams <marcjw53> |
| Component: | ncurses | Assignee: | Eido Inoue <havill> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2 | CC: | juha.heljoranta, sascha.scholz |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | athlon | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 19:03:35 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: | |||
I should add that this only happens in Gnome-terminal and xterm, not a full screnn console. looks like a regression in ncurses-5.4. A downgrade to ncurses-5.3 fixes this. *** This bug has been marked as a duplicate of 122815 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040207 Firefox/0.8 Description of problem: The <Home> and <End> keys in Less should take you to the beginning and end of a document respectively just as the <g> and <G> keys do. Rather, <Home> and <End> seem to be non-functioning. It looks like the Less man page and the Less web site both claim that <Home> and <End> should work as described above. I believe that in FC1 these keys did work correctly but now that FC2 has taken its place there's no way for me to check for certain. Version-Release number of selected component (if applicable): 382 How reproducible: Always Steps to Reproduce: 1.Open Less in a console 2.Attempt to go to the start or end of a document using <Home> or <End> key 3. Actual Results: <Home> and <End> are non-functioning Expected Results: <Home> and <End> should function the same as the <g> and <G> keys and navigate to the beginning and end of the document. Additional info: