Re: Support 256 colours on wscons

2025-07-10 Thread Crystal Kolipe
On Thu, Jul 10, 2025 at 11:36:18AM +0200, Reinoud Zandijk wrote: > 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 enhan

Re: Support 256 colours on wscons

2025-07-10 Thread Mouse
>>> Have you also envisioned supporting Sixel or similar enhancements? >> NO GOD! PLEASE NO!!! NOO. > tek4014 or bust Heh. How about a wscons pseudo-display, backed by a userland process, which can then arrange to get the pixels displayed - or not - however it wants? Sixel, Tektronix, sh

Re: Support 256 colours on wscons

2025-07-10 Thread Thor Lancelot Simon
On Thu, Jul 10, 2025 at 12:56:26PM +0300, Valery Ushakov wrote: > On Thu, Jul 10, 2025 at 11:36:18 +0200, Reinoud Zandijk wrote: > > > Have you also envisioned supporting Sixel or similar enhancements? > > NO GOD! PLEASE NO!!! NOO. tek4014 or bust

Re: Support 256 colours on wscons

2025-07-10 Thread Valery Ushakov
On Thu, Jul 10, 2025 at 11:36:18 +0200, Reinoud Zandijk wrote: > Have you also envisioned supporting Sixel or similar enhancements? NO GOD! PLEASE NO!!! NOO. -uwe

Re: Support 256 colours on wscons

2025-07-10 Thread Reinoud Zandijk
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 local

Support 256 colours on wscons

2025-07-06 Thread Crystal Kolipe
Here is a set of diffs that implement 256 colour support on wscons for 32-bit rasops displays. With this applied, the following control sequences are recognised: CSI 38;5;Xm - set foreground colour X from a palette of 256. CSI 48;5;Xm - set background colour X from a palette of 256. Also impleme