mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-04 18:48:24 +01:00
Added missing break in case
This commit is contained in:
parent
0178d4f56e
commit
31d9cf3015
@ -269,6 +269,7 @@ 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…
Reference in New Issue
Block a user