Escape sequences in windows #62
Replies: 6 comments
-
You can use this file to import the registry key. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the ideas. I did not use windows version, but I think using regular '\r' shout reposition cursor to the beginning of the line, without a line feed, so perhaps that should be the simple fix for the progress bar. I'll take a look. |
Beta Was this translation helpful? Give feedback.
-
It should be now fixed in this commit a48de72 |
Beta Was this translation helpful? Give feedback.
-
I didn't expect you to change the code. Hubert |
Beta Was this translation helpful? Give feedback.
-
Fix testet. Works. THX |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback and testing. Appreciated. |
Beta Was this translation helpful? Give feedback.
-
The Afterburner PC program uses ANSI escape sequences on some outputs.
This does not always work depending on the Windows version and the console versions (CMD or Powershell).
If you see the following output:
the escape sequences are not recognized and are printed as normal text..
(Additional vertical bar at the end of the ### line and the string ←[?25h)
Then try to set the following registry entry:
Afterwards the output should look like this:
If setting this registry entry has no effect, you can alternatively modify the PC program (afterburner.c) and omit the escape sequences when compiling for Windows.
Beta Was this translation helpful? Give feedback.
All reactions