Adjust overflow cutoff for PADDtiny, add handling for top_domain and … #170
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently we have a text overflow issue in PADDtiny when displaying long URLs.
The end result is that the first line of output is pushed off the top of the screen.
Since this could happen with any of the 4 fields that display URLs I went ahead and added the 2 fields we didn't have handling for previously (
top_domain
&top_client
) and changed the cutoff value from 39 to 37.first line pushed off top of screen on physical display
:same thing broken in virtual display
:notice the ellipsis doesn't work properly at cutoff of 39 (ellipsis overlaps the main section separator bars)
:missing fields added, cutoff changed to 37
(the PR changes):By submitting this pull request, I confirm the following:
please fill any appropriate checkboxes, e.g: [X]
git rebase
)