Re: [9fans] devdraw proxy

2013-05-11 Thread Charles Forsyth
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.

Re: [9fans] devdraw proxy

2013-05-10 Thread marius a. eriksen
devdrawserver is something along these lines: https://github.com/mariusaeriksen/devdrawserver -marius

[9fans] devdraw proxy

2013-05-09 Thread a
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