Please read the Ticket HowTo before creating or commenting on a ticket. Failure to do so may cause your ticket to be rejected or result in a slower response.
Opened 3 years ago
Closed 2 years ago
#7962 closed Developer Task (fixed)
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 (0)
Change History (5)
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
- Milestone changed from unknown to 0.25
- Version changed from 0.22-fixes to Trunk Head
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:4 Changed 3 years ago by stuartm
- Type changed from defect to Developer Task
comment:5 Changed 2 years ago by Github
- Resolution set to fixed
- Status changed from assigned to closed
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.