Prune draw queue before sending to frontend
commitc4418da4e2fad1c61bc0e1c7b4b2bac0535ba725
authorBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 10 Jan 2009 16:34:29 +0000 (10 17:34 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 10 Jan 2009 16:49:26 +0000 (10 17:49 +0100)
treea190519f61c050469b2015ab3f29a16d22594d3f
parentae65fd058f7c7ebe21d3be3acbce0e130c895695
Prune draw queue before sending to frontend

If the draw queue fills up with lots (i.e. twice the number of max rows)
of insert/delete line commands we can remove draw commands from the
beginning of the draw queue.  This reduces the possibility of the draw
queue overflowing.
src/MacVim/MMBackend.h
src/MacVim/MMBackend.m