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 ANSI color escape codes in the output buffer #7

Open
xaderfos opened this issue Jul 5, 2021 · 0 comments
Open

Support ANSI color escape codes in the output buffer #7

xaderfos opened this issue Jul 5, 2021 · 0 comments
Labels
enhancement New feature or request ruxnasm

Comments

@xaderfos
Copy link
Owner

xaderfos commented Jul 5, 2021

For now this purely related to ruxnasm. It's output looks like garbage without support for color codes.
Adding this kind of support is not trivial but it looks doable. Some solutions seem to encode the buffer once the process has finished but that should be avoided. Ideally we need a buffer set up with color codes support out of the box to which we append the output of the assemblers and the emulator.

TODO Refine this issue

@xaderfos xaderfos added enhancement New feature or request ruxnasm labels Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ruxnasm
Projects
None yet
Development

No branches or pull requests

1 participant