I have code where I display ANSI art, I've found that last 128 bytes hold SAUSESAUCE meta data.
The problem I have is just before the sauseSAUCE data there is one character that looklooks out of place. which is,
that is ANSI code 26, ASCII table show this as (substitute).
What should this character should do? Should it just ignore that iscause anything after it to be ignored?
Here is demo of my JavaScript Terminala demo of my JavaScript Terminal that displaydisplays ANSI art (working commands are ls and cat)
https://codepen.io/jcubic/pen/pxdxmN?editors=1010.
Some ANSI areof the listed ANSI files have this character at the end (not all of them have sauseSAUCE data).
