Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-11 | README update | Oskar | |
2024-02-11 | new + and - feature to increment and decrement the focus. I will make it ↵ | Oskar | |
more advanced. | |||
2024-02-11 | remove writemode.c | Oskar | |
2024-02-11 | More changes to the makefile to make it easier for testing | Oskar | |
2024-02-10 | Makefile changes because of some errors i cannot explain when using clang. ↵ | Oskar | |
Maybe its just me i don't know but i can not figure it out | |||
2024-02-10 | Makefile changes and slight change to variable in startmode.c | Oskar | |
2023-12-23 | New delete line feature. Lost of fixes too | Oskar | |
2023-12-23 | fixes | Oskar | |
2023-12-21 | fixed some annoyances with L and some issues with how X handles the lines if ↵ | Oskar | |
there is no newlines at the end. Also fixed NEW_LINE function to be more useful | |||
2023-12-14 | removed useless stuff | Oskar | |
2023-12-13 | Ok it wasnt fixed but now i fixed it for real this time | Oskar | |
2023-12-13 | fixed bug where newline was not created because the file did not end with one | Oskar | |
2023-12-11 | Fixed some memory leaks... I think. | Oskar | |
2023-11-19 | minor fixes, changed some variables and stuff | Oskar | |
2023-11-19 | may 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-11 | readme update | Oskar | |
2023-11-11 | fixed huge bug in write function | Oskar | |
2023-11-07 | readme updated | 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 | update README | Oskar | |
2023-10-27 | Minor changes to GET_LINE() , also did a little test to check if it worked ↵ | Oskar | |
like it should. Seems to be working... | |||
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 | updated README | Oskar | |
2023-10-26 | First commit | Oskar | |