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.

@neauoire What is your preferred way to receive patches :) Here's a screenshot using GNU Unifont (http://unifoundry.com/unifont/index.html)

In addition to looking better to my eyes, Unifont supports the first 64K codepoints of Unicode, so gives us some accessibility benefits at low cost/complexity.

Thank you for getting me into SDL programming! This experience has me wondering if I should give up on Mu :)

GNU Unifont Glyphs

GNU Unifont free software utilities

@akkartik don't give up on Mu..

Just send me the font chr file :)

@neauoire It's not quite that simple, unfortunately. The font is 8px wide but 16px tall.
@akkartik Oh.. huh, yeah. I'm not going to merge that at this moment. Hold on to this for now :)

@neauoire Yeah, I wasn't expect it to be merged, only wanted to share it. Hold on, let me just put it up somewhere: https://git.sr.ht/~akkartik/left/log

Though there _are_ a couple of minor commits that you might be interested in copying over (or correcting any misconceptions on my part):

https://git.sr.ht/~akkartik/left/commit/6c5234d9093b3

https://git.sr.ht/~akkartik/left/commit/b7ded9f86c534

~akkartik/left: master - sourcehut git

@akkartik thanks :) That might be something to implement at some point.