]> git.neil.brown.name Git - edlib.git/commit
render-lines: factor out code in revalidate_start()
authorNeilBrown <neil@brown.name>
Tue, 8 Aug 2023 23:52:41 +0000 (09:52 +1000)
committerNeilBrown <neil@brown.name>
Fri, 11 Aug 2023 04:36:15 +0000 (14:36 +1000)
commit564f37c8f4126743c965324a405be36e4fa26473
treef9571c135f1a951c76c3cb7f9b67fd3b43a17832
parent355425350289d9af62bb55f230417614108c9ce9
render-lines: factor out code in revalidate_start()

revalidate start considers 3 cases when the point is on the line.  Each
of these checks if the point is on the line.
Factor out that test and other code so that 3 (or 4) cases can focus on
their particular issue.

Signed-off-by: NeilBrown <neil@brown.name>
render-lines.c