Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
52b0e7db
Commit
52b0e7db
authored
Oct 03, 2020
by
Martin Tobias Holmedahl Sandsmark
Committed by
Kurt Hindenburg
Oct 06, 2020
Browse files
Add comment explaining the URL numbering
parent
88f2462e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/filterHotSpots/FilterChain.cpp
View file @
52b0e7db
...
...
@@ -256,7 +256,11 @@ void FilterChain::paint(TerminalDisplay* td, QPainter& painter)
int
urlNumInc
;
// TODO: Remove _reverseUrllHints from TerminalDisplay.
if
(
_reverseUrlHints
)
{
// TODO: Access reverseUrlHints from the profile, here.
// TODO: Access reverseUrlHints from the profile, here.
if
(
_reverseUrlHints
)
{
// The URL hint numbering should be 'physically' increasing on the
// keyboard, so they start at one and end up on 10 (on 0, or at least
// they used to, but it seems to have changed, I'll fix that later).
urlNumber
=
count
(
HotSpot
::
Link
);
urlNumInc
=
-
1
;
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment