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.213 by root, Fri Jan 6 18:33:30 2006 UTC vs.
Revision 1.214 by root, Sun Jan 8 00:07:18 2006 UTC

2388rxvt_term::scr_remap_chars (line_t &l) 2388rxvt_term::scr_remap_chars (line_t &l)
2389{ 2389{
2390 if (!l.t) 2390 if (!l.t)
2391 return; 2391 return;
2392 2392
2393 l.touch (); // maybe a bit of an overkill, but its not performance-relevant 2393 l.touch (); // maybe a bit of an overkill, but it's not performance-relevant
2394 2394
2395 for (int i = ncol; i--; ) 2395 for (int i = ncol; i--; )
2396 l.r[i] = SET_FONT (l.r[i], FONTSET (l.r[i])->find_font (l.t[i])); 2396 l.r[i] = SET_FONT (l.r[i], FONTSET (l.r[i])->find_font (l.t[i]));
2397} 2397}
2398 2398

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines