mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-11 03:25:45 +00:00
add vt200hilite for forced mouse modes. see #101.
This commit is contained in:
parent
8efba79453
commit
1d900c928d
@ -2796,6 +2796,9 @@ Program.prototype.enableMouse = function() {
|
||||
case 'X10MOUSE':
|
||||
options.x10Mouse = v;
|
||||
break;
|
||||
case 'VT200HILITE':
|
||||
options.vt200Hilite = v;
|
||||
break;
|
||||
case 'GPMMOUSE':
|
||||
options.gpmMouse = v;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user