texterm
texterm copied to clipboard
Users can now open a file through the prompt by pressing Control-O.
editor_open() can returns an integer for the status of the call. Zero equals failure and one equals success.
Small change : Fixed a typo.
I am writing whole thing. The biggest changes are that instead of using an array of rows, it's now using Doubly Linked List of Rows and syntax highlighting is also completely different. It's still buggy so I haven't committed it yet.
I didn't know that you were on a refactoring journey! Can't wait to see what you've done and maybe I will contribute at a later time. In the mean time I'm also working on my own text editor.