Skip to content

2 Colors - 1 Line #2

@troymccormick

Description

@troymccormick

I'm working on the code behind this, but I'm not near the level programmer you are... :-P

Pull request to come when I have something worked up, but I would love to have the ability to do something like this:

<?php
$send = array();
$send[] = array("Test blue", "blue", NULL);
$send[] = array("Test red", "red", NULL);
$this->cli->write_multi($send);
?>

And have those print on the same line in the same color. This is simply tying in to my fancy for ascii art (as seen here: http://codeigniter.com/forums/viewthread/195000/), so may not be useful to anyone other than me...

Thanks for taking the time to read my crappy issue... :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions