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.229 by sf-exg, Mon Oct 13 17:05:32 2014 UTC vs.
Revision 1.231 by root, Sat Dec 13 12:24:33 2014 UTC

1726 *r++ = NOCHAR; 1726 *r++ = NOCHAR;
1727 } 1727 }
1728 1728
1729 rxvt_pop_locale (); 1729 rxvt_pop_locale ();
1730 1730
1731 free (wstr);
1731 RETVAL = wcs2sv (rstr, r - rstr); 1732 RETVAL = wcs2sv (rstr, r - rstr);
1732} 1733}
1733 OUTPUT: 1734 OUTPUT:
1734 RETVAL 1735 RETVAL
1735 1736
1759 else if (IS_COMPOSE (*s)) 1760 else if (IS_COMPOSE (*s))
1760 r += rxvt_composite.expand (*s, r); 1761 r += rxvt_composite.expand (*s, r);
1761 else 1762 else
1762 *r++ = *s; 1763 *r++ = *s;
1763 1764
1765 free (wstr);
1764 RETVAL = wcs2sv (rstr, r - rstr); 1766 RETVAL = wcs2sv (rstr, r - rstr);
1765} 1767}
1766 OUTPUT: 1768 OUTPUT:
1767 RETVAL 1769 RETVAL
1768 1770
1993 1995
1994void 1996void
1995rxvt_term::scr_bell () 1997rxvt_term::scr_bell ()
1996 1998
1997void 1999void
1998rxvt_term::scr_recolour (bool refresh = true); 2000rxvt_term::scr_recolor (bool refresh = true);
1999 2001
2000void 2002void
2001rxvt_term::scr_change_screen (int screen) 2003rxvt_term::scr_change_screen (int screen)
2002 2004
2003void 2005void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines