Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message Edit Function Slow #1

Open
RickT137 opened this issue Nov 21, 2024 · 0 comments
Open

Message Edit Function Slow #1

RickT137 opened this issue Nov 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@RickT137
Copy link
Owner

When using the edit function in the message editor, it is painfully slow to find the line you are asking to edit. Because the line length is completely variable (depending on text length per line, and any control characters used), the system has to sift through RAM looking for CHR$(13) to find the desired line.

Honestly, it should be quick. But it is not. Need to figure out if maybe the start pointer is too low in RAM, and it's unnecessarily scanning a bunch of memory? There must be some way to speed it up. If it is working correctly in BASIC, then perhaps this function needs to be ported to machine language. That would be simple to do.

@RickT137 RickT137 added the bug Something isn't working label Nov 21, 2024
@RickT137 RickT137 self-assigned this Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant