Work around bug #24033 (appending to output in cygwin).
authorJohn Darrington <john@marilyn.intra>
Sat, 23 Aug 2008 00:44:32 +0000 (08:44 +0800)
committerJohn Darrington <john@marilyn.intra>
Sat, 23 Aug 2008 00:44:32 +0000 (08:44 +0800)
Cygwin (and perhaps other w32 platforms) cannot write to a file
whilst it is open for reading.  This kludge therefore closes the
output after pasting into the output viewer and re-opens when new
data is appended.  It'll be slow if the output file becomes large.


No differences found