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.115 by ayin, Wed Oct 31 09:55:24 2007 UTC vs.
Revision 1.116 by root, Sun Nov 11 04:08:00 2007 UTC

31#include <cstddef> 31#include <cstddef>
32#include <cstdarg> 32#include <cstdarg>
33 33
34#include "unistd.h" 34#include "unistd.h"
35 35
36#include "iom.h" 36#include "ev_cpp.h"
37#include "rxvt.h" 37#include "rxvt.h"
38#include "keyboard.h" 38#include "keyboard.h"
39#include "rxvtutil.h" 39#include "rxvtutil.h"
40#include "rxvtperl.h" 40#include "rxvtperl.h"
41 41
775_exit (int status) 775_exit (int status)
776 776
777NV 777NV
778NOW () 778NOW ()
779 CODE: 779 CODE:
780 RETVAL = NOW; 780 RETVAL = ev::now ();
781 OUTPUT: 781 OUTPUT:
782 RETVAL 782 RETVAL
783 783
784int 784int
785GET_BASEFG (int rend) 785GET_BASEFG (int rend)
1139 if (*i) 1139 if (*i)
1140 PUSHs (sv_2mortal (newSVpv (*i, 0))); 1140 PUSHs (sv_2mortal (newSVpv (*i, 0)));
1141} 1141}
1142 1142
1143int 1143int
1144rxvt_term::pty_ev_events (int events = EVENT_UNDEF) 1144rxvt_term::pty_ev_events (int events = ev::UNDEF)
1145 CODE: 1145 CODE:
1146 RETVAL = THIS->pty_ev.events; 1146 RETVAL = THIS->pty_ev.events;
1147 if (events != EVENT_UNDEF) 1147 if (events != ev::UNDEF)
1148 THIS->pty_ev.set (events); 1148 THIS->pty_ev.set (events);
1149 OUTPUT: 1149 OUTPUT:
1150 RETVAL 1150 RETVAL
1151 1151
1152int 1152int
1476 1476
1477 if (set >= 0) 1477 if (set >= 0)
1478 { 1478 {
1479 THIS->set_option (optval, set); 1479 THIS->set_option (optval, set);
1480 1480
1481 if (THIS->check_ev.is_active ()) // avoid doing this before START 1481 if (THIS->prepare_ev.is_active ()) // avoid doing this before START
1482 switch (optval) 1482 switch (optval)
1483 { 1483 {
1484 case Opt_skipBuiltinGlyphs: 1484 case Opt_skipBuiltinGlyphs:
1485 THIS->set_fonts (); 1485 THIS->set_fonts ();
1486 THIS->scr_remap_chars (); 1486 THIS->scr_remap_chars ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines