Comment 2 for bug 199285

Revision history for this message
Bryce Harrington (bryce) wrote :

The code in question is:

1684: leftcol = x0 / CurFontWidth(screen, screen->cur_row);
1685: if (leftcol < 0)
1686: leftcol = 0;

Maybe for whatever reason, CurFontWidth() returns 0 sometimes under Compiz?