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.59 by root, Thu Jan 12 02:20:56 2006 UTC vs.
Revision 1.61 by root, Thu Jan 12 10:02:20 2006 UTC

1045 OUTPUT: 1045 OUTPUT:
1046 RETVAL 1046 RETVAL
1047 1047
1048int 1048int
1049rxvt_term::view_start (int newval = -1) 1049rxvt_term::view_start (int newval = -1)
1050 PROTOTYPE: $;$
1050 CODE: 1051 CODE:
1051{ 1052{
1052 RETVAL = THIS->view_start; 1053 RETVAL = THIS->view_start;
1053 1054
1054 if (newval >= 0) 1055 if (newval >= 0)
1381 CODE: 1382 CODE:
1382 RETVAL = THIS->charsets [THIS->screen.charset]; 1383 RETVAL = THIS->charsets [THIS->screen.charset];
1383 OUTPUT: 1384 OUTPUT:
1384 RETVAL 1385 RETVAL
1385 1386
1387#void
1388#rxvt_term::selection_clear ()
1389
1390void
1391rxvt_term::selection_make (U32 eventtime, bool rect = false)
1392 CODE:
1393 THIS->selection.op = SELECTION_CONT;
1394 THIS->selection.rect = rect;
1395 THIS->selection_make (eventtime);
1396
1386int 1397int
1387rxvt_term::selection_grab (U32 eventtime) 1398rxvt_term::selection_grab (U32 eventtime)
1388 1399
1389void 1400void
1390rxvt_term::selection (SV *newtext = 0) 1401rxvt_term::selection (SV *newtext = 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines