Gregory Haerr

Results 674 comments of Gregory Haerr

That is very cool, and you make fast work!! If you pull the latest from my repo, the above code should run unmodified and automatically draw using the updated Nuclear...

Another related topic: Microwindows needs a better terminal emulator, do you think it would be worthwhile for me to port your fbterm to Nano-X? The emulators we currently have were...

> Now we have Microwindows/Aquila! > > I managed to get mouse & keyboard to work (using select(2)) and here is a video to show it off. > > This...

I'm pretty sure that problem is related to a double-free() memory management mixup when deallocating a window's resources (in this case, the list of client's interested in a window's events)....

When you say "MW applications don't have this behavior", the win32 mw* apps certainly won't as they don't use the nanox/*.c window API. Can you confirm that other Nano-X app's...

Well that's good to know! In the meantime looking at this, I could not get it to duplicate, although I did find the original location of a free() that was...

Cool! I just added direct client-side framebuffer or window back-buffer mmap access, which will greatly help with display update speed, if you're using that method. I'll take a look at...

Closing as quite outdated, thanks!

Closing this as EMS implemented through definable UMB blocks in #1590. Bank-switched EMS is unlikely to ever be implemented in ELKS.

> Sad to hear :-/ Yes, ELKS pretty much expects code page 437 for its keyboard input and console output. While it's possible someone might contribute translation code pages and...