From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <47b29f3c11488b44c50b2bc7a7c358f5@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] Drawterm and FreeBSD In-Reply-To: <5.2.0.9.0.20030312171850.030086d0@pop.noos.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 13 Mar 2003 18:20:09 -0500 Topicbox-Message-UUID: 7ff08b44-eacb-11e9-9e20-41e7f4b1d025 XInitThreads() does not fix the problem on the Thinkpad X21 we've been using as a test case. I changed the code to allocate a new XDisplay for the cursor code, so now each different process has its very own XDisplay to use. Regardless of whether XInitDisplay is there, the glyph problem persists. I changed stringbg to paint only half the background for debugging, but got faked out by the fact that libframe does its own background painting. Tomorrow perhaps. Russ