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

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.249 by root, Sun May 9 17:11:10 2021 UTC vs.
Revision 1.250 by root, Thu Jun 17 00:49:20 2021 UTC

1789 // find length 1789 // find length
1790 for (wchar_t *s = wstr; *s; s++) 1790 for (wchar_t *s = wstr; *s; s++)
1791 if (*s == NOCHAR) 1791 if (*s == NOCHAR)
1792 ; 1792 ;
1793 else if (IS_COMPOSE (*s)) 1793 else if (IS_COMPOSE (*s))
1794 dlen += rxvt_composite.expand (*s, 0); 1794 dlen += rxvt_composite.expand (*s);
1795 else 1795 else
1796 dlen++; 1796 dlen++;
1797 1797
1798 wchar_t *rstr = rxvt_temp_buf<wchar_t> (dlen); 1798 wchar_t *rstr = rxvt_temp_buf<wchar_t> (dlen);
1799 1799

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines