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
245ee5584f
commit
b8c4c2f48a
@ -1265,7 +1265,7 @@ AnsiTerminal.prototype.inst_p = function (s){
|
||||
this.cursor.col += 1;
|
||||
}
|
||||
|
||||
if (width == 2) {
|
||||
if (width === 2) {
|
||||
this.screen.buffer[this.cursor.row].cells[this.cursor.col].width = 0;
|
||||
this.screen.buffer[this.cursor.row].cells[this.cursor.col].c = '';
|
||||
this.screen.buffer[this.cursor.row].cells[this.cursor.col].attr = this.charattributes;
|
||||
|
Loading…
x
Reference in New Issue
Block a user