/*:
* @plugindesc Stops the cursor color from pulsing/flashing.
* @author Ben Hendel-Doying
* @help
* COMPATIBILITY:
* * REPLACES Window.._updateCursor
*/

Window.prototype._updateCursor = function() {
//this._windowCursorSprite.alpha = 1.0;
this._windowCursorSprite.visible = this.isOpen();
};