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

Support "passthrough" printing #2654

Open
byteit101 opened this issue Apr 16, 2022 · 0 comments
Open

Support "passthrough" printing #2654

byteit101 opened this issue Apr 16, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@byteit101
Copy link

Sometimes I have pre-colored strings I want to print. It would be nice if notcurses supported parsing and converting those strings so I don't have to.

Today, the first one vanishes, and the second one print out in blue:

ncplane_putstr(n, "\x1b[34ma ═ nccolor\x1b[0m\n");
//...
printf("\x1b[34ma ═ directcolor\x1b[0m\n");
@byteit101 byteit101 added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant