Home
last modified time | relevance | path

Searched refs:history (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php54 private $history;
174 $this->history = $this->history_attrs = [];
184 * @param int $history
186 public function setHistory($history)
188 $this->max_history = $history;
236 $this->history = array_merge($this->history, array_slice(array_splice($this->screen, $this->y + 1), 0, $this->old_y));
242 if (count($this->history) == $this->max_history) {
243 array_shift($this->history);
409 * Also update the $this->screen and $this->history buffer
62 var $history; global() variable in phpseclib\\File\\ANSI
209 setHistory($history) global() argument
[all...]