> > > - I'm seeing a FIXME in the code that seems to have been addressed since > I'm not getting the described problem. Based on your description I > guess > the problem you faced is that you did not reset the text attributes > before emitting a new line, but I could be wrong of course (and let's > not go out of topic :-)) >
Well, no. I did well send the "reset_color" sequence after printing the paddle. So for now, the left paddle is "default" color. When investigating, I figured out that, for some reason, the sub() function I used to display the second paddle seems to overwrite some color/reset bytes set for the first paddle, when on the same line. Proof was that when the 2 paddles are not on the same lines, things were displayed properly... I'll try to make a simpler reproducer to show the issue. I'll also work on all other points! Baptiste