Show output from external commands as it happens
commitcc2d88f7a57fc825bf8597f3b3c1cb85b21c003b
authorBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 10 Jan 2009 16:37:49 +0000 (10 17:37 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 10 Jan 2009 16:49:13 +0000 (10 17:49 +0100)
treef67d601ee8a2186a97f6c021932737a35bd7d7de
parente20ee45671faaabf575e3b50bc2002b1a9b71d4b
Show output from external commands as it happens

Previously, all output was sent to the frontend at once so only the last
few rows were visible.  This was a bit disconcerting when a command took
a bit of time because there was no feedback that anything was happening.
The downside to this patch is that it takes a bit longer for a command
to finish since the frontend has to do more drawing.
src/MacVim/gui_macvim.m
src/os_unix.c
src/proto/gui_macvim.pro