summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2024-04-01Started integrating multiples. Still in progress.Oskar
2024-03-31Started integrating the input system. Mainly trying to integrate theOskar
'singles' so far because they will be the easiest.
2024-03-10added smode to make cleanOskar
2024-03-10Changed Makefile again. Ive had trouble deciding how i should organise the ↵Oskar
building of this project. I think this is the final changes i will do for now.
2024-03-10Also fixed makefile. I have made a new decision how to build the program.Oskar
2024-03-07Makefile changesOskar
2024-02-11minor fixesOskar
2024-02-11README updateOskar
2024-02-11new + and - feature to increment and decrement the focus. I will make it ↵Oskar
more advanced.
2024-02-11More changes to the makefile to make it easier for testingOskar
2024-02-10Makefile 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-10Makefile changes and slight change to variable in startmode.cOskar
2023-12-21fixed 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-13fixed bug where newline was not created because the file did not end with oneOskar
2023-12-11Fixed some memory leaks... I think.Oskar
2023-11-19minor fixes, changed some variables and stuffOskar
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-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-26First commitOskar