add vt200Mouse to rxvt because it supports it.

This commit is contained in:
Christopher Jeffrey 2015-01-31 18:54:23 -08:00
parent 37f2313979
commit ffbadfc988
1 changed files with 1 additions and 0 deletions

View File

@ -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);