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

Apply a patch to rust-ansi-term to fix line wrap issue #24

Merged
merged 1 commit into from Jun 26, 2019
Merged

Conversation

glfmn
Copy link
Owner

@glfmn glfmn commented Jun 26, 2019

Manually add escapes to code which prints color sequences; the problem is that these sequences are only properly interpreted in the shell prompt and are printed as the weird block-y unicode things when they appear in any other context. As a result, this is only a temporary fix while I look into better methods of adding the escapes conditionally, perhaps using command-line options.

Fixes #10.

fixed

Manually add escapes to code which prints color sequences; the
problem is that these sequences are only properly interpreted in
the shell prompt and are printed as the weird block-y unicode
things when they appear in _any_ other context.  As a result, this
is only a temporary fix while I look into better methods of adding
the escapes conditionally, perhaps using command-line options.

Fixes #10.
@glfmn glfmn added the bug label Jun 26, 2019
@glfmn glfmn merged commit 8d8d78f into develop Jun 26, 2019
@glfmn glfmn deleted the b/line-wrap branch June 26, 2019 17:10
@glfmn glfmn added this to the v0.2.0 milestone Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant