Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colors in cells values #6

Open
weeger opened this issue Apr 20, 2022 · 1 comment
Open

Colors in cells values #6

weeger opened this issue Apr 20, 2022 · 1 comment

Comments

@weeger
Copy link

weeger commented Apr 20, 2022

Hi !

Nice work ! But when using ascii colors, character count changes and does not display properly the columns' separation.

image

Thanks !

@weeger
Copy link
Author

weeger commented Apr 20, 2022

This is the text color wrapper I use :

public static function asciiColorWrap(
        string $string,
        string $color
    ): string {
        return "\033[1;".$color.'m'.$string."\033[0m";
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant