I'd like to upgrade the output from my embedded C projects that sends debug information over the serial port using extended characters, like frame edges and corners (like from here ). I'm on OSX and using screen. I have found a library that implements the basic ANSI escape codes like change foreground/background color, bold, italic, etc.
Question is - does screen on OSX support some way of interpreting extended ASCII/ANSI codes so that I can get access to these fancy character sets (Maybe even emoji? :-)?
I have been playing around with adding more escape sequences to access extended character set, but nothing seems to be working.