mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-02-03 06:34:05 +00:00
drop terminfo checks in setMouse.
This commit is contained in:
parent
21e5f436fd
commit
aaa9905fac
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user