Fix cursor blinking in insert mode.
commit6d32a05c5aa1038a43b9c7fe249c9f1deb351a68
authorBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 20 Oct 2007 11:51:21 +0000 (20 13:51 +0200)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 20 Oct 2007 11:51:21 +0000 (20 13:51 +0200)
tree1d9b76c2cecfc5932040f7bff7521cfcbe00e46a
parentfa06da37b8822c7e3129ae95f5455a15085e727f
Fix cursor blinking in insert mode.

Calls to draw text with the DRAW_TRANSP flag were ignored.  By not ignoring
these calls the background of the cursor is erased also in insert mode so that
blinking works.
src/MacVim/MMTextStorage.m