-
Notifications
You must be signed in to change notification settings - Fork 5
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
unexpected character " U+1B parsing .xmq #13
Comments
... forgot to mention that the source
|
I think you got some ansi color escape sequences stored in the simple.xmq file. Normally "xmq simple.xml > simple.xmq" should autodetect that it is not printing on a terminal and not use ansi. Can you run "xmq --debug simple.xml > simple.xmq" and post the results here. |
Hi! Here's the debug:
|
Thanks, it was the COLORFGBG that forced color even when writing to a file! Bug. This is now fixed. Release 2.8.1 I also changed the ordering of background color lookup, if you are running in an xterm which can report You can force with XMQ_THEME=darkbg XMQ_THEME=lightbg XMQ_THEME=mono Please test! |
Thanks, Fredrik! As a side note, I was seriously impressed how gracefully
|
Strange bytes at the beginning of an .xmq prevent parsing it back by xmq.
Binary from https://github.com/libxmq/xmq/releases/download/2.8.0/xmq-macosx-release.gz .
Running OSX 14.4.1.
The text was updated successfully, but these errors were encountered: