We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is the Moebius screenshot of the project:
Here is the ".ans" file: https://www.dropbox.com/scl/fi/1pgkkw2pyiib7hvgvr8rd/RetrocampusBbsMainMenu.ans?rlkey=eodaiodyse0rulktdbeiz13j7&dl=0
When I convert it to UTF8 I get this: https://www.dropbox.com/scl/fi/7m055jwgv0naz3bnob7fs/RetrocampusBbsMainMenu.utf8ans?rlkey=j1pf6chpvgrp7wylsmpsg2b01&dl=0
but when I "cat" it into macOS terminal I get this:
How could I get a coherent result? (always black background or always white background)
Thanks in advance
The text was updated successfully, but these errors were encountered:
I "mitigated" the problem with:
sed -i -s 's/40m/0m/g' RetrocampusBbsMainMenu.utf8ans
(could this help in a patch?)
But there are still the "light white" elements:
Sorry, something went wrong.
I'm trying to do the opposite where I take an ansi image generator (Chafa/pixterm) and try to import it and it looks terrible :)
No branches or pull requests
This is the Moebius screenshot of the project:
Here is the ".ans" file:
https://www.dropbox.com/scl/fi/1pgkkw2pyiib7hvgvr8rd/RetrocampusBbsMainMenu.ans?rlkey=eodaiodyse0rulktdbeiz13j7&dl=0
When I convert it to UTF8 I get this:
https://www.dropbox.com/scl/fi/7m055jwgv0naz3bnob7fs/RetrocampusBbsMainMenu.utf8ans?rlkey=j1pf6chpvgrp7wylsmpsg2b01&dl=0
but when I "cat" it into macOS terminal I get this:
How could I get a coherent result? (always black background or always white background)
Thanks in advance
The text was updated successfully, but these errors were encountered: