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.60 by root, Thu Jan 12 05:22:47 2006 UTC

1381 CODE: 1381 CODE:
1382 RETVAL = THIS->charsets [THIS->screen.charset]; 1382 RETVAL = THIS->charsets [THIS->screen.charset];
1383 OUTPUT: 1383 OUTPUT:
1384 RETVAL 1384 RETVAL
1385 1385
1386#void
1387#rxvt_term::selection_clear ()
1388
1389void
1390rxvt_term::selection_make (U32 eventtime, bool rect = false)
1391 CODE:
1392 THIS->selection.op = SELECTION_CONT;
1393 THIS->selection.rect = rect;
1394 THIS->selection_make (eventtime);
1395
1386int 1396int
1387rxvt_term::selection_grab (U32 eventtime) 1397rxvt_term::selection_grab (U32 eventtime)
1388 1398
1389void 1399void
1390rxvt_term::selection (SV *newtext = 0) 1400rxvt_term::selection (SV *newtext = 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines