Skip to content
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

Text flow to next line broken when ESC]9;8; is used #563 #650

Closed
wants to merge 1 commit into from
Closed

Text flow to next line broken when ESC]9;8; is used #563 #650

wants to merge 1 commit into from

Conversation

andreymir
Copy link

I have been playing with different PROMPT options and replacing the line set ConEmuPrompt3=$E[m$S$E]9;12$E\ with set ConEmuPrompt3=$S$E[0;37;40m in the ConEmu\CmdInit.cmd fixes the issue with clink. Now long line properly wraps.

@Maximus5
Copy link
Owner

But it breaks ConEmu internals.

@andreymir
Copy link
Author

Is it because $S$E[0;37;40m sequence is invalid?

@andreymir andreymir closed this Apr 19, 2016
@Maximus5
Copy link
Owner

Maximus5 commented Apr 19, 2016

It is because sequence $E]9;12$E\ is valid and required.

The problem of clink is that out does not process properly OSC ANSI.

@andreymir andreymir deleted the issue-563 branch April 19, 2016 20:28
@blah238
Copy link

blah238 commented Apr 20, 2016

@andreymir @Maximus5 I am having the same issue, is there already an issue on the clink repo for fixing this?

edit: Maybe this is the one: mridgers/clink#384

@andreymir
Copy link
Author

@blah238 yes, this is it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants