summaryrefslogtreecommitdiff
path: root/README
blob: 5f4e6feb42ede031025263cb2b96c09938ea3519 (plain)
1
2
3
4
5
6
7
8
9
This is my take on a so called "Line editor"
Its a crude and simple line editor.

TODO:
- Create a function to retrieve a line from file (DONE) It's called: GET_LINE(char filename[], long focus, char **line)
- Create edit mode to actually make edits to the file (DONE)
- Find and fix bugs. Fixed one bug in write_line() function. (btw this was written with 7ed!!!)
- Fix weird quirks that i did not think about
- clean up code