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.338 by sf-exg, Sat Apr 3 16:30:39 2010 UTC vs.
Revision 1.339 by sf-exg, Sat Apr 17 06:48:27 2010 UTC

2231 2231
2232 // seek to the beginning of wide characters 2232 // seek to the beginning of wide characters
2233 while (expect_false (stp[col] == NOCHAR && col > 0)) 2233 while (expect_false (stp[col] == NOCHAR && col > 0))
2234 --col; 2234 --col;
2235 2235
2236 rend_t rend = srp[col]; /* screen rendition (target rendtion) */ 2236 rend_t rend = srp[col]; /* screen rendition (target rendition) */
2237 text_t *text = stp + col; 2237 text_t *text = stp + col;
2238 int count = 1; 2238 int count = 1;
2239 2239
2240 dtp[col] = stp[col]; 2240 dtp[col] = stp[col];
2241 drp[col] = rend; 2241 drp[col] = rend;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines