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

29#include "../config.h" 29#include "../config.h"
30 30
31#include <cstddef> 31#include <cstddef>
32#include <cstdarg> 32#include <cstdarg>
33 33
34#include "unistd.h"
35
34#include "iom.h" 36#include "iom.h"
35#include "rxvt.h" 37#include "rxvt.h"
36#include "keyboard.h" 38#include "keyboard.h"
37#include "rxvtutil.h" 39#include "rxvtutil.h"
38#include "rxvtperl.h" 40#include "rxvtperl.h"
710 RETVAL = newSVsv (sv); 712 RETVAL = newSVsv (sv);
711 SvTAINTED_off (RETVAL); 713 SvTAINTED_off (RETVAL);
712 OUTPUT: 714 OUTPUT:
713 RETVAL 715 RETVAL
714 716
717void
718_exit (int status)
719
715bool 720bool
716safe () 721safe ()
717 CODE: 722 CODE:
718 RETVAL = !rxvt_tainted (); 723 RETVAL = !rxvt_tainted ();
719 OUTPUT: 724 OUTPUT:
1040 OUTPUT: 1045 OUTPUT:
1041 RETVAL 1046 RETVAL
1042 1047
1043int 1048int
1044rxvt_term::view_start (int newval = -1) 1049rxvt_term::view_start (int newval = -1)
1050 PROTOTYPE: $;$
1045 CODE: 1051 CODE:
1046{ 1052{
1047 RETVAL = THIS->view_start; 1053 RETVAL = THIS->view_start;
1048 1054
1049 if (newval >= 0) 1055 if (newval >= 0)
1376 CODE: 1382 CODE:
1377 RETVAL = THIS->charsets [THIS->screen.charset]; 1383 RETVAL = THIS->charsets [THIS->screen.charset];
1378 OUTPUT: 1384 OUTPUT:
1379 RETVAL 1385 RETVAL
1380 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
1381int 1397int
1382rxvt_term::selection_grab (U32 eventtime) 1398rxvt_term::selection_grab (U32 eventtime)
1383 1399
1384void 1400void
1385rxvt_term::selection (SV *newtext = 0) 1401rxvt_term::selection (SV *newtext = 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines