From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 12 Aug 2004 19:47:07 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] drawterm In-Reply-To: <001001c480aa$a79d3530$75fb7d50@SOMA> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <001001c480aa$a79d3530$75fb7d50@SOMA> Topicbox-Message-UUID: d42d89f8-eacd-11e9-9e20-41e7f4b1d025 seanq wrote the first one about the same time as the original 9pm, for windows only. i updated it for the new devdraw, and then a few months later rob convinced me to do the unix port, producing what you see in /sys/src/cmd/unix/drawterm. in essence it's just a ported plan 9 kernel so the authorship really goes back a bunch further. the 9p1 version is based on a quite old (now) kernel, while the dt2k one is based on a newer version. russ