Replies: 1 comment
-
I think you need to look on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Are there any API functions that would let me read, write, and delete in a buffer at a specified byte offset?
The only thing I could find was RuneAt, but it reads a single character, and the offset is probably not in bytes.
(Edit: and not even buffer-related; turned out it works on strings.)
I'm asking because I was considering porting a plugin that I wrote for other editors initially, to Micro.
Beta Was this translation helpful? Give feedback.
All reactions