Ticket #7962 (closed Developer Task: fixed)
Opened 3 years ago
Last modified 2 years ago
Unable to scroll through long xmltv messages
| Reported by: | superm1@… | Owned by: | stuartm |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - Mythtv-setup | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
This is being reported by a downstream Ubuntu user.
He is using tv_grab_uk_rt. In the mythtv-setup configuration window, messages are scrolling beyond the screen. Since the window is eating up input for the child xmltv process you can't scroll to the bottom manually.
He has verified this is still the case on 0.22-fixes r23230.
This has been forwarded up from this bug: https://bugs.launchpad.net/mythbuntu/+bug/439674
Attachments
Change History
comment:1 Changed 3 years ago by robertm
- Owner changed from ijr to stuartm
- Status changed from new to assigned
comment:2 Changed 3 years ago by stuartm
- Version changed from 0.22-fixes to Trunk Head
- Milestone changed from unknown to 0.25
This will be fixed in the setup re-write when we switch to using XMLTV's configuration API. Effort expended on it before then would just be wasted.
comment:5 Changed 2 years ago by Github
- Status changed from assigned to closed
- Resolution set to fixed
mythtv-setup: Fix scrolling in the xmltv config terminal screen.
This allows you to both scroll up or down in the terminal and to escape out of it. It also always makes sure the last line of the terminal output is visible. Fixes #7962.
This is supposed to be fixed in the settings re-write but since it's been delayed to after 0.25 let's at least make it usable in the mean time.
Branch: master Changeset: 9861cf29b6fd5ca49ae573dfa7a5ff795f2bfdb5

Don't think this is going to get touched outside of the setup rewrite, but leaving it open just in case.