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…
Reference in New Issue