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.162 by root, Sun Apr 17 22:36:13 2005 UTC vs.
Revision 1.163 by root, Sat Jun 18 09:02:37 2005 UTC

3796 while (*s) 3796 while (*s)
3797 scr_overlay_set (x++, y, *s++); 3797 scr_overlay_set (x++, y, *s++);
3798} 3798}
3799 3799
3800void 3800void
3801rxvt_term::scr_overlay_set (int x, int y, const wchar_t *s)
3802{
3803 while (*s)
3804 {
3805 text_t t = *s++;
3806 int width = wcwidth (t);
3807
3808 while (width--)
3809 {
3810 scr_overlay_set (x++, y, t);
3811 t = NOCHAR;
3812 }
3813 }
3814}
3815
3816void
3801rxvt_term::scr_swap_overlay () 3817rxvt_term::scr_swap_overlay ()
3802{ 3818{
3803 if (!ov_text) 3819 if (!ov_text)
3804 return; 3820 return;
3805 3821

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines