From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 9 May 2013 23:48:05 -0400 From: a@9srv.net To: 9fans@9fans.net Message-ID: <33e7f88c16ca8b3ff5cac3a30790704b@9srv.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] devdraw proxy Topicbox-Message-UUID: 58268c96-ead8-11e9-9d60-3106f5b1d025 has anyone ever written (for lack of a better term) a devdraw proxy? my application at hand would be to "tee" the messages between multiple "real" draw devices, but i can think of a number of useful things such a proxy might do. i'd be interested in hearing about any examples or experience before i get started. anthony From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <33e7f88c16ca8b3ff5cac3a30790704b@9srv.net> References: <33e7f88c16ca8b3ff5cac3a30790704b@9srv.net> From: "marius a. eriksen" Date: Fri, 10 May 2013 20:36:54 -0700 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [9fans] devdraw proxy Topicbox-Message-UUID: 582c3f2e-ead8-11e9-9d60-3106f5b1d025 devdrawserver is something along these lines: https://github.com/mariusaeriksen/devdrawserver -marius From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <33e7f88c16ca8b3ff5cac3a30790704b@9srv.net> References: <33e7f88c16ca8b3ff5cac3a30790704b@9srv.net> Date: Sat, 11 May 2013 11:31:17 +0100 Message-ID: From: Charles Forsyth To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=001a11c37ee49d54e404dc6ec831 Subject: Re: [9fans] devdraw proxy Topicbox-Message-UUID: 58315054-ead8-11e9-9d60-3106f5b1d025 --001a11c37ee49d54e404dc6ec831 Content-Type: text/plain; charset=UTF-8 On 10 May 2013 04:48, wrote: > has anyone ever written (for lack of a better term) a > devdraw proxy? > Yes, for Inferno: drawmux(2), and dmview(1), which I think fell foul of the window manger change. --001a11c37ee49d54e404dc6ec831 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= On 10 May 2013 04:48, <a@9srv.net> wrote:
has anyone ever written (for lack of a better term) a
devdraw proxy?

Yes, for Inferno: drawmux(2), a= nd dmview(1), which I think fell foul of the window manger change.
--001a11c37ee49d54e404dc6ec831--