Closed jjatria closed 4 years ago
Although Terminal::Print::Grid supports calling
$grid.change-cell( $x, $y, %cell )
this was not supported from the parent Terminal::Print object, which only accepted
T.change-cell( $x, $y, $string )
Assuming this was an oversight, this patch adds support for this.
Although Terminal::Print::Grid supports calling
this was not supported from the parent Terminal::Print object, which only accepted
Assuming this was an oversight, this patch adds support for this.