ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/screen.C
(Generate patch)

Comparing rxvt-unicode/src/screen.C (file contents):
Revision 1.165 by root, Sun Jun 26 19:59:29 2005 UTC vs.
Revision 1.166 by root, Sun Jun 26 20:06:52 2005 UTC

948 } 948 }
949 949
950 rend_t rend = SET_FONT (rstyle, FONTSET (rstyle)->find_font (c)); 950 rend_t rend = SET_FONT (rstyle, FONTSET (rstyle)->find_font (c));
951 951
952 // if the character doesn't fit into the remaining columns... 952 // if the character doesn't fit into the remaining columns...
953 if (screen.cur.col >= last_col - width && last_col >= width) 953 if (screen.cur.col > last_col - width && last_col >= width)
954 { 954 {
955 // ...output spaces 955 // ...output spaces
956 c = ' '; 956 c = ' ';
957 // and try the same character next loop iteration 957 // and try the same character next loop iteration
958 --str; 958 --str;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines