mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-28 17:48:35 +00:00
Added missing break in case (reverted from commit 31d9cf30150d351a801a5ae5b0028bcff332b0b6)
This commit is contained in:
parent
800b81d3ef
commit
3df0f7ccb4
@ -269,7 +269,6 @@ class ANSI
|
|||||||
array_shift($this->history);
|
array_shift($this->history);
|
||||||
array_shift($this->history_attrs);
|
array_shift($this->history_attrs);
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
case "\x1B[K": // Clear screen from cursor right
|
case "\x1B[K": // Clear screen from cursor right
|
||||||
$this->screen[$this->y] = substr($this->screen[$this->y], 0, $this->x);
|
$this->screen[$this->y] = substr($this->screen[$this->y], 0, $this->x);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user