-
Notifications
You must be signed in to change notification settings - Fork 283
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
ANSI colour handling for prompt seems broken in 0.4.3. #279
Comments
Strange. No problems for me. Are you certain there is not any ANSI codes already in the prompt? They would override the code's that Clink surrounds the prompt with for the "prompt_colour" setting. |
@mridgers I have the same problem and when I set "ansi_code_support = 0" it display ANSI codes |
"ansi_code_support = 0" will pass through ANSI codes so that other utilities can process them (as Clink's support for ANSI codes is "just enough" to do colours).
|
@mridgers I use Win 8.1 this is my log file:
|
I'm having the same problem too, ANSI codes are ignored. |
I think I've got to the bottom of this. Can someone confirm that prompt_colour works as expected using the following build? https://www.dropbox.com/sh/g7igxrrwpiyyhl1/AABVUIUG_ONDEsmPWTKLAR-Ea |
Yes, it works fine for me, thank You |
Yes, this build is working for me too. Best regards, Douwe. On 2015-02-03 04:39, Martin Ridgers wrote:
|
Works here, thanks. |
Great, thanks for giving it a try everyone. I'll cut a 0.4.4 once I can compile XP-compatible executables. |
Install Clink 0.4.3.
Open Command Prompt and type "set clink.prompt_colour=12".
However, prompt colour does not change.
Made sure there is no 3rd party software supporting ANSI colours.
Searched clink.log for "ANSI" string to look for LOG_INFO("Disabling ANSI support. Found '%s'", dll_name);, but none found.
Tried "set clink.ansi_code_support=1", but no luck.
The text was updated successfully, but these errors were encountered: