On Sun, Jul 06, 2025 at 03:11:35PM -0300, Crystal Kolipe wrote: > Here is a set of diffs that implement 256 colour support on wscons for 32-bit > rasops displays. ... > I developed this, (and various other console enhancements), as part of a > larger patchset for OpenBSD which has been in use locally here at > Exotic Silicon since 2022. I separated out the 256 colour code and ported it > to NetBSD first, but the other features would probably be fairly easy to port > as well if there is any interest.
Oh thanks, have you filed a PR for this? That is around the best way to keep it in focus :) Oh I think the rest is also very interesting; the current console can use some enhancements! Have you also envisioned supporting Sixel or similar enhancements? I'm not sure what others there are but this is one. There is a proof-of-concept patch that is platform dependent already but it might be included too? https://github.com/isaki68k/misc/blob/master/NetBSD/patch/x68k-ite-sixel.diff Thanks for the work! Reinoud