Home
last modified time | relevance | path

Searched refs:old_y (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php89 private $old_y;
232 $this->old_y = $this->y;
236 $this->history = array_merge($this->history, array_slice(array_splice($this->screen, $this->y + 1), 0, $this->old_y));
239 $this->history_attrs = array_merge($this->history_attrs, array_slice(array_splice($this->attrs, $this->y + 1), 0, $this->old_y));
267 $this->old_y = $this->y;
272 $this->old_y = $this->y;
102 var $old_y; global() variable in phpseclib\\File\\ANSI