Skip to content

Hydefix - #137

Merged
echo-lalia merged 3 commits into
mainfrom
hydefix
Sep 3, 2024
Merged

Hydefix#137
echo-lalia merged 3 commits into
mainfrom
hydefix

Conversation

@echo-lalia

Copy link
Copy Markdown
Owner

No description provided.

Determining cursor position by slicing the text and then measuring its width did not work because the width of off-screen characters affected the text position, but not the cursor position. The solution made here has to measure all text before the cursor, which is probably not ideal for performance, but there is lots of room for other performance improvements in HyDE.

This commit also removes line breaks before calculating cursor position to prevent other odd issues.

Resolves #128
@echo-lalia
echo-lalia merged commit 9af7e8f into main Sep 3, 2024
@echo-lalia
echo-lalia deleted the hydefix branch September 3, 2024 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant