--- rxvt-unicode/src/screen.C 2005/06/26 19:59:29 1.165 +++ rxvt-unicode/src/screen.C 2005/06/26 20:06:52 1.166 @@ -950,7 +950,7 @@ rend_t rend = SET_FONT (rstyle, FONTSET (rstyle)->find_font (c)); // if the character doesn't fit into the remaining columns... - if (screen.cur.col >= last_col - width && last_col >= width) + if (screen.cur.col > last_col - width && last_col >= width) { // ...output spaces c = ' ';