[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcaca] Re: a conversion script, and patches for libcaca, and ttyvaders



the simplest fix seems to be to disable the rgb12 code. i've tested
this using "myman -r" (runs MyMan in Unicode mode) and it seems to
work. here's a patch:

Index: caca/driver_cocoa.m
===================================================================
--- caca/driver_cocoa.m	(revision 1112)
+++ caca/driver_cocoa.m	(working copy)
@@ -44,7 +44,7 @@
// build a complete color table cache for the view
#define PRECACHE_WHOLE_COLOR_TABLE 1

-#define USE_RGB12_FGBG 1
+//#define USE_RGB12_FGBG 1

//#define USE_GLOBAL_AUTORELEASE_POOL 1



On 6/24/07, Jean-Yves Lamoureux <jylam@lnxscene.org> wrote:
Ben Wiley Sittler wrote:
>
> also i tried the cocoa driver on a mac laptop (intel processor) and it
> worked except that the colors were wrong (most colors displayed as
> white, some as yellow). is this a known issue, or should i assume it's
> something different about this machine?

Actually I don't know, cocoa code seems to emerge from Ol and Colin
Delacroix, and I don't own a mac to test it (sam neither, I guess).

I guess that if it was a known issue, sam wouldn't have written "Working
Cocoa driver", so it seems it's unknown. Is there a chance you can patch
it ? :)


--
Jean-Yves Lamoureux
--
This is the libcaca mailing-list, see http://libcaca.zoy.org/
Trouble unsubscribing? Please contact <sam@zoy.org>
List archives are at http://libcaca.zoy.org/list/


--
This is the libcaca mailing-list, see http://libcaca.zoy.org/
Trouble unsubscribing? Please contact <sam@zoy.org>
List archives are at http://libcaca.zoy.org/list/