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.14 by root, Tue Jan 3 04:45:03 2006 UTC vs.
Revision 1.16 by root, Tue Jan 3 17:34:44 2006 UTC

472 set_hookname (DESTROY); 472 set_hookname (DESTROY);
473 set_hookname (SEL_BEGIN); 473 set_hookname (SEL_BEGIN);
474 set_hookname (SEL_EXTEND); 474 set_hookname (SEL_EXTEND);
475 set_hookname (SEL_MAKE); 475 set_hookname (SEL_MAKE);
476 set_hookname (SEL_GRAB); 476 set_hookname (SEL_GRAB);
477 set_hookname (SEL_CLICK);
477 set_hookname (FOCUS_IN); 478 set_hookname (FOCUS_IN);
478 set_hookname (FOCUS_OUT); 479 set_hookname (FOCUS_OUT);
479 set_hookname (VIEW_CHANGE); 480 set_hookname (VIEW_CHANGE);
480 set_hookname (SCROLL_BACK); 481 set_hookname (SCROLL_BACK);
481 set_hookname (TTY_ACTIVITY); 482 set_hookname (TTY_ACTIVITY);
482 set_hookname (REFRESH_BEGIN); 483 set_hookname (REFRESH_BEGIN);
483 set_hookname (REFRESH_END); 484 set_hookname (REFRESH_END);
484 set_hookname (KEYBOARD_COMMAND); 485 set_hookname (KEYBOARD_COMMAND);
486 set_hookname (MOUSE_CLICK);
487 set_hookname (MOUSE_MOVE);
485 488
486 export_const (DEFAULT_RSTYLE); 489 export_const (DEFAULT_RSTYLE);
487 export_const (OVERLAY_RSTYLE); 490 export_const (OVERLAY_RSTYLE);
488 export_const (RS_Bold); 491 export_const (RS_Bold);
489 export_const (RS_Italic); 492 export_const (RS_Italic);
842 THIS->want_refresh = 1; 845 THIS->want_refresh = 1;
843 } 846 }
844} 847}
845 848
846int 849int
847rxvt_term::selection_grab (int eventtime) 850rxvt_term::selection_grab (int eventtime = CurrentTime)
848 851
849void 852void
850rxvt_term::selection (SV *newtext = 0) 853rxvt_term::selection (SV *newtext = 0)
851 PPCODE: 854 PPCODE:
852{ 855{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines