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.
devdrawserver is something along these lines:
https://github.com/mariusaeriksen/devdrawserver
-marius
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