Plot doesn't have any redraw in eresized(). It would need to redraw the screen and reprocess the data for the new size. Fixing this would probably fix devdraw cocoa versions as well and enable the server option.
This could be why devdraw on Mountain Lion also ends up with a blank screen. -jas On Apr 20, 2013, at 3:00 AM, Nicolas Bercher <nberc...@yahoo.fr> wrote: > On 19/04/2013 23:23, marius a. eriksen wrote: >> % @{echo 1; echo 2; echo 3} | graph -a | plot >> >> Yields only a lonely, blank window. > > Using drawterm connected to a native Plan 9, it's working > but if I drag the window, the plot disappears (the window > becomes blank). > > Nicolas >