Started working on a really crappy text editor! ✊
SIHPTI
Let's build a graphical text editor in in a thousand lines of C89.
Mouse selection + insert mode.
I can finally edit the program source with the program itself, it's hard as heck to read but it works 👍
Becoming less crappy by the hour.
Kindda wanna do some syntax highlight or something to help with readability.
I kindda like this very naive 1 line syntax highlight solution haha.

Implemented proper mouse picking, that was like.. PULLING TEETH.

@neauoire to be honest, when you posted the first screenshot of this, i thought it would be a C remake of left, but it now seems to be its own thing lol
@ulhar that's where I'm going, but to get there I have to do a whole bunch of other stuff first.