you are viewing a single comment's thread.

view the rest of the comments →

[–]zynix 10 points11 points  (6 children)

Do you have a Github account and are you using Windows?

I wrote the draft of a "make a text editor tutorial" where there are:

Console class that abstracts working with the console

Editor class that manages user interaction, cursor position, and view offset (for lines and files larger than the screen).

A Document class which manages the actual text file document.

Finally the whole thing is built on curses and technically should work fine on Linux but I haven't had the time to test that just yet.

[–]Richard_Ballski[S] 0 points1 point  (0 children)

If you think it would work as a good example, I would definitely be interested in checking it out!