changed how we handle colors
This commit is contained in:
@@ -158,8 +158,8 @@ class TermBuffer implements TermWriteable {
|
||||
return currentTextColor;
|
||||
}
|
||||
|
||||
public function setTextColor(colour:Color) {
|
||||
currentTextColor = colour;
|
||||
public function setTextColor(color:Color) {
|
||||
currentTextColor = color;
|
||||
}
|
||||
|
||||
public function getBackgroundColor():Color {
|
||||
|
||||
Reference in New Issue
Block a user