1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-04 02:28:06 +01:00

Added missing break in case (reverted from commit 31d9cf3015)

This commit is contained in:
Sokolovskyy Roman 2017-07-20 14:56:54 +02:00
parent 800b81d3ef
commit 3df0f7ccb4

View File

@ -269,7 +269,6 @@ class ANSI
array_shift($this->history);
array_shift($this->history_attrs);
}
break;
case "\x1B[K": // Clear screen from cursor right
$this->screen[$this->y] = substr($this->screen[$this->y], 0, $this->x);