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

ansi background color goes over the tail of the next line #413

Open
GoogleCodeExporter opened this issue Jul 29, 2015 · 3 comments
Open

Comments

@GoogleCodeExporter
Copy link

if the line is wrapped in the middle of a highlighted word
then background "flows down" to the end of the next line
see screenshot attached

test command
perl -e '$x="1234567890"; $xBg="\e[41m$x\e[0m"; print "\n\n---ok---\n$x $x $xBg 
$x $x $x"; print "\n\n---bug---\n$x $x $x $x $xBg $x\n\n"'

winxp
cygwin
mintty 1.1.3

Original issue reported on code.google.com by [email protected] on 26 Nov 2013 at 3:39

Attachments:

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

No branches or pull requests

1 participant