drop terminfo checks in setMouse.

This commit is contained in:
Christopher Jeffrey 2015-02-24 18:11:03 -08:00
parent 21e5f436fd
commit aaa9905fac

View File

@ -3031,9 +3031,6 @@ Program.prototype.setMouse = function(opt, enable) {
this.mouseEnabled = false;
}
// Make sure we're not a vtNNN
if (this.term('vt')) return;
// Ps = 9 -> Send Mouse X & Y on button press. See the sec-
// tion Mouse Tracking.
// Ps = 9 -> Don't send Mouse X & Y on button press.