mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-08 04:04:04 +08:00
update files
This commit is contained in:
parent
424ad88fd7
commit
c9ed1e76a7
@ -629,12 +629,12 @@ module.exports = function (Terminal){
|
|||||||
// CSI Pm h Set Mode (SM).
|
// CSI Pm h Set Mode (SM).
|
||||||
// CSI ? Pm h - mouse escape codes, cursor escape codes
|
// CSI ? Pm h - mouse escape codes, cursor escape codes
|
||||||
case 'h':
|
case 'h':
|
||||||
//- this.setMode(this.params);
|
this.setMode(this.params);
|
||||||
break;
|
break;
|
||||||
// CSI Pm l Reset Mode (RM).
|
// CSI Pm l Reset Mode (RM).
|
||||||
// CSI ? Pm l
|
// CSI ? Pm l
|
||||||
case 'l':
|
case 'l':
|
||||||
//- this.resetMode(this.params);
|
this.resetMode(this.params);
|
||||||
break;
|
break;
|
||||||
// CSI Ps ; Ps r
|
// CSI Ps ; Ps r
|
||||||
// Set Scrolling Region [top;bottom] (default = full size of win-
|
// Set Scrolling Region [top;bottom] (default = full size of win-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user