Class File_ANSI
Pure-PHP ANSI Decoder
Package: File\ANSI
Copyright: MMXII Jim Wigginton
License: MIT License
Author: Jim Wigginton <terrafrost@php.net>
Version: 0.3.0
Located at vendors/phpseclib/File/ANSI.php
Copyright: MMXII Jim Wigginton
License: MIT License
Author: Jim Wigginton <terrafrost@php.net>
Version: 0.3.0
Located at vendors/phpseclib/File/ANSI.php
Methods summary
public
|
|
public
|
|
public
|
#
setHistory( Integer $history )
Set the number of lines that should be logged past the terminal height |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
Magic methods summary
Properties summary
public
Integer
|
$max_x |
#
Max Width |
public
Integer
|
$max_y |
#
Max Height |
public
Integer
|
$max_history |
#
Max History |
public
Array
|
$history |
#
History |
public
Array
|
$history_attrs |
#
History Attributes |
public
Integer
|
$x |
#
Current Column |
public
Integer
|
$y |
#
Current Row |
public
Integer
|
$old_x |
#
Old Column |
public
Integer
|
$old_y |
#
Old Row |
public
Array
|
$attr_row |
#
An empty attribute row |
public
Array
|
$screen |
#
The current screen text |
public
Array
|
$attrs |
#
The current screen attributes |
public
String
|
$foreground |
#
The current foreground color |
public
String
|
$background |
#
The current background color |
public
Boolean
|
$bold |
#
Bold flag |
public
Boolean
|
$underline |
#
Underline flag |
public
Boolean
|
$blink |
#
Blink flag |
public
Boolean
|
$reverse |
#
Reverse flag |
public
Boolean
|
$color |
#
Color flag |
public
String
|
$ansi |
#
Current ANSI code |