Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-19 | minor fixes, changed some variables and stuff | Oskar | |
2023-11-11 | fixed huge bug in write function | Oskar | |
2023-11-07 | Added edit mode and function to write the changes to file. Write function is ↵ | Oskar | |
not completely done yet because the temp file created by it is not removed when it is done. But other than that the editor actually works now. There are still some quirks that i need to sort out, especially the fact that you cant actually create a new line beyond the amount in the file you are editing | |||
2023-10-28 | modified GET_LINE() to make it return the index of the first character of ↵ | Oskar | |
the line you are focused on | |||
2023-10-27 | GET_LINE() function is done. It was a PAIN to get working right. I hope to ↵ | Oskar | |
god ill be able to reuse code from here if in other functions. Im suspecting that im going to have to | |||
2023-10-26 | Completely broken. Do not touch | Oskar | |
2023-10-26 | First commit | Oskar | |