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.128 by root, Sat Dec 26 09:42:16 2009 UTC vs.
Revision 1.129 by sf-exg, Sun Jan 24 21:53:13 2010 UTC

1594 THIS->selection.screen = screen; 1594 THIS->selection.screen = screen;
1595 OUTPUT: 1595 OUTPUT:
1596 RETVAL 1596 RETVAL
1597 1597
1598void 1598void
1599rxvt_term::selection_clear () 1599rxvt_term::selection_clear (bool clipboard = false)
1600
1601void
1602rxvt_term::clipboard_copy (Time eventtime)
1600 1603
1601void 1604void
1602rxvt_term::selection_make (Time eventtime, bool rect = false) 1605rxvt_term::selection_make (Time eventtime, bool rect = false)
1603 CODE: 1606 CODE:
1604 THIS->selection.op = SELECTION_CONT; 1607 THIS->selection.op = SELECTION_CONT;
1605 THIS->selection.rect = rect; 1608 THIS->selection.rect = rect;
1606 THIS->selection_make (eventtime); 1609 THIS->selection_make (eventtime);
1607 1610
1608int 1611int
1609rxvt_term::selection_grab (Time eventtime) 1612rxvt_term::selection_grab (Time eventtime, bool clipboard = false)
1610 1613
1611void 1614void
1612rxvt_term::selection (SV *newtext = 0) 1615rxvt_term::selection (SV *newtext = 0)
1613 PPCODE: 1616 PPCODE:
1614{ 1617{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines