From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6466c0c962e430e5fe3c7cac213346bc@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] Drawterm on MacOS X; weird colormap? From: "Russ Cox" In-Reply-To: <200301221944.h0MJiJw00151@augusta.math.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 22 Jan 2003 14:54:06 -0500 Topicbox-Message-UUID: 45ee624a-eacb-11e9-9e20-41e7f4b1d025 It sounds like the RGB triples are being used as BGR. You could put prints in screen-x11.c:/^initmap to see what's going on, and then reverse the sense of the test to get the opposite behavior. You might try running colors. The upper right corner should be red.