-
Notifications
You must be signed in to change notification settings - Fork 63
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
Cannot disable ANSI output #957
Comments
The ANSI output is supposed to be off by default; it should only be enabled if you use I actually had not been aware of the |
If I add |
Ok, I just looked into this a bit more deeply. It is related to our recent switch to the |
in the meantime, I use sed to clean up the output: |
Previously, even with color output disabled, the pretty printer for terms was putting ANSI codes like `^[[0m` around all identifiers. (See GaloisInc/saw-script#957.)
…sent. Also update saw-core to GaloisInc/saw-core#113 to prevent output of ANSI escape sequences when `get_color` is disabled. Fixes #957.
Whether or not I have the
--no-color
option set, when I run SAW inside emacs usingsaw-script.el
, everyprint_goal
command's output is festooned with ANSI sequences around names. So I see things like^[[0mPrelude.not^[[0m
. I'm not sure if this is an error in saw-script, or in saw-script.el.The text was updated successfully, but these errors were encountered: