]> git.neil.brown.name Git - edlib.git/commit
render-lines: ensure cursor doesn't fall off end of line.
authorNeilBrown <neil@brown.name>
Fri, 21 Jul 2023 00:24:16 +0000 (10:24 +1000)
committerNeilBrown <neil@brown.name>
Fri, 21 Jul 2023 01:07:02 +0000 (11:07 +1000)
commit14e140525a8b2b6c94f376c35554d1a0f0fa42a2
treeebd50a450848b47fb54901472ba185cfeaf0467f
parentec4589d3596a98e31b68bd95ca471ea871d54b4c
render-lines: ensure cursor doesn't fall off end of line.

If the line is not allowed to left-shift and doesn't wrap, cursor might
be off the right edge.
In that case, do think that the cursor is drawn.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
render-lines.c
tests.d/01-c-mode
tests.d/01-python