Hans Petter Jansson

Results 170 comments of Hans Petter Jansson

Thanks for raising the question. I don't know how OBS interfaces with OS streams/pipes specifically, but it might be possible. Unfortunately there isn't (yet) a ready-made tool for processing video...

It may be necessary to implement a Chafa-specific OBS filter. Here's some inspiration (for me or whoever wants to do it) for how to do that in C sometime in...

Agreed, it could use some more examples and a walkthrough of how the components fit together. In the meantime, here's a link to how Harfbuzz' `hb-view` uses Chafa to get...

Thanks for filing the issue! It's not too hard to do, it just requires an interactive mode similar to what's been discussed in issue #23.

This is definitely happening. I just need to lay some more of the groundwork first: The idea is to add a couple of classes to the library backend that can...

Thanks for filing the issue. I tested this with a master build of vifm, and despite being built with NCurses 6.1 and having COLOR_PAIRS defined to 65536, it presents the...

What @xaizek said is correct -- vifm is using obsolete NCurses API and it needs to be fixed there. I sent a pull request with a minimal fix: https://github.com/vifm/vifm/pull/401/commits/b55de5d28252c784d4695e3c155f95fbc206a12a

As for limiting the number of color pairs Chafa makes use of (which is what this issue is _really_ about), I'll have to think about it for a bit. It'll...

> @hpjansson, just in case you already know, do I get it right that new API doesn't provide a way to set background color pair with value >= 256? I...

Oh, yeah, that's even better :smiley: