uxntal-mode icon indicating copy to clipboard operation
uxntal-mode copied to clipboard

Support ANSI color escape codes in the output buffer

Open xaderfos opened this issue 4 years ago • 0 comments

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 avatar Jul 05 '21 16:07 xaderfos