Ignore DRAW_TRANSP flag.
commita341b8959345aa1a671a0eeac23b23c9c633c184
authorBjorn Winckler <bjorn.winckler@gmail.com>
Fri, 26 Oct 2007 17:51:47 +0000 (26 19:51 +0200)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Fri, 26 Oct 2007 17:51:47 +0000 (26 19:51 +0200)
treefde45752cb5c7c39538f338ff0e00c1f6ac7dc52
parent9ccde7f8828bed4271e2da7af40022bd808cce33
Ignore DRAW_TRANSP flag.

This flag is supposed to indicate that the background should be "transparent".
However, not setting the background color leads to a rendering artifact where
the character after the cursor sometimes is not drawn.  Simply ignoring the
DRAW_TRANSP flag takes care of this bug.
src/MacVim/MMTextStorage.m
src/MacVim/MMWindowController.m