update files

This commit is contained in:
nuintun 2015-11-25 18:01:45 +08:00
parent 424ad88fd7
commit c9ed1e76a7

View File

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