texterm icon indicating copy to clipboard operation
texterm copied to clipboard

Users can now open a file through the prompt by pressing Control-O.

Open Noah11012 opened this issue 4 years ago • 2 comments

editor_open() can returns an integer for the status of the call. Zero equals failure and one equals success.

Small change : Fixed a typo.

Noah11012 avatar Jul 20 '21 00:07 Noah11012

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.

biraj21 avatar Jul 20 '21 02:07 biraj21

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.

Noah11012 avatar Jul 20 '21 03:07 Noah11012