summaryrefslogtreecommitdiff
path: root/functions.c
AgeCommit message (Collapse)Author
2023-11-19may or may not have fixed a bug with GET_LINE(), i did some confirmation ↵Oskar
testing after i fixed the bug and it seems to work now but i may just be coping. Ill have to do additional tests to confirm that nothing else broke or if i might have missed anything. Its entirely possible i may have missed something
2023-11-11fixed huge bug in write functionOskar
2023-11-07Added 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-28modified GET_LINE() to make it return the index of the first character of ↵Oskar
the line you are focused on
2023-10-27Minor changes to GET_LINE() , also did a little test to check if it worked ↵Oskar
like it should. Seems to be working...
2023-10-27GET_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-26Completely broken. Do not touchOskar
2023-10-26First commitOskar