]> git.neil.brown.name Git - edlib.git/commit
complete: return all of chosen line
authorNeilBrown <neil@brown.name>
Wed, 1 Feb 2023 02:33:16 +0000 (13:33 +1100)
committerNeilBrown <neil@brown.name>
Mon, 6 Feb 2023 05:48:18 +0000 (16:48 +1100)
commit7dff35068281308e4fe5dc952dd3691fe9063e76
tree18ae490b5267185eb8fccdf13044cfc006532035
parent9c5595336bf2cc0ce3e21caffacf1de5d0cc1df4
complete: return all of chosen line

We currently only return the remainder of the chosen line from the
cursor.  So if the cursor has been moved to the right, the result is
wrong.

Need to move to start of line.

Signed-off-by: NeilBrown <neil@brown.name>
lib-popup.c
render-complete.c