tig icon indicating copy to clipboard operation
tig copied to clipboard

Magenta tilde wrapped to next line, trashing the next line's color

Open RyuKojiro opened this issue 9 years ago • 2 comments

This is interestingly easily reproducible in the git history of classic-wm's master branch, you just need to scroll past the commit shown in the screenshot, and then scroll back up over it to get it to turn pink. However, your terminal needs to be exactly 158 columns wide when you do this. I've attached screenshots of it happening on OS X and NetBSD (both tig 1.2.1). tigbug screen shot 2016-01-23 at 10 24 44 pm

RyuKojiro avatar Jan 24 '16 06:01 RyuKojiro

Realized how old 1.2.1 is, so I cloned tig and built it fresh just now. Slightly better result, but now getting a white lowercase i on the next line. I'm not sure where the ^C is coming from, I don't think that character is actually in the commit message, unless git show is hiding it.

screen shot 2016-01-23 at 10 46 39 pm

RyuKojiro avatar Jan 24 '16 06:01 RyuKojiro

Looks like some unsanitized characters are written to the screen.

jonas avatar Jul 14 '17 20:07 jonas