mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-23 09:20:05 +00:00
add vt200Mouse to rxvt because it supports it.
This commit is contained in:
parent
37f2313979
commit
ffbadfc988
@ -2657,6 +2657,7 @@ Program.prototype.enableMouse = function() {
|
||||
// rxvt does not support the X10 UTF extensions
|
||||
if (this.term('rxvt')) {
|
||||
return this.setMouse({
|
||||
vt200Mouse: true,
|
||||
x10Mouse: true,
|
||||
allMotion: true
|
||||
}, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user