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.52 by root, Tue Jan 10 04:23:39 2006 UTC vs.
Revision 1.67 by root, Sun Jan 15 06:02:41 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"
47 49
48#undef LINENO 50#undef LINENO
49#define LINENO(n) MOD (THIS->term_start + int(n), THIS->total_rows) 51#define LINENO(n) MOD (THIS->term_start + int(n), THIS->total_rows)
50#undef ROW 52#undef ROW
51#define ROW(n) THIS->row_buf [LINENO (n)] 53#define ROW(n) THIS->row_buf [LINENO (n)]
54
55#define ENABLE_PERL_FRILLS 1
52 56
53///////////////////////////////////////////////////////////////////////////// 57/////////////////////////////////////////////////////////////////////////////
54 58
55static SV * 59static SV *
56taint (SV *sv) 60taint (SV *sv)
345 for (int y = ov_h; y--; ) 349 for (int y = ov_h; y--; )
346 { 350 {
347 text_t *t1 = text [y]; 351 text_t *t1 = text [y];
348 rend_t *r1 = rend [y]; 352 rend_t *r1 = rend [y];
349 353
350 text_t *t2 = ROW(y + ov_y - THIS->view_start).t + ov_x; 354 text_t *t2 = ROW(y + ov_y + THIS->view_start).t + ov_x;
351 rend_t *r2 = ROW(y + ov_y - THIS->view_start).r + ov_x; 355 rend_t *r2 = ROW(y + ov_y + THIS->view_start).r + ov_x;
352 356
353 for (int x = ov_w; x--; ) 357 for (int x = ov_w; x--; )
354 { 358 {
355 text_t t = *t1; *t1++ = *t2; *t2++ = t; 359 text_t t = *t1; *t1++ = *t2; *t2++ = t;
356 rend_t r = *r1; *r1++ = *r2; *r2++ = SET_FONT (r, THIS->fontset [GET_STYLE (r)]->find_font (t)); 360 rend_t r = *r1; *r1++ = *r2; *r2++ = SET_FONT (r, THIS->fontset [GET_STYLE (r)]->find_font (t));
393 397
394struct rxvt_perl_interp rxvt_perl; 398struct rxvt_perl_interp rxvt_perl;
395 399
396static PerlInterpreter *perl; 400static PerlInterpreter *perl;
397 401
398rxvt_perl_interp::rxvt_perl_interp ()
399{
400}
401
402rxvt_perl_interp::~rxvt_perl_interp () 402rxvt_perl_interp::~rxvt_perl_interp ()
403{ 403{
404 if (perl) 404 if (perl)
405 { 405 {
406 perl_destruct (perl); 406 perl_destruct (perl);
411void 411void
412rxvt_perl_interp::init () 412rxvt_perl_interp::init ()
413{ 413{
414 if (!perl) 414 if (!perl)
415 { 415 {
416 perl_environ = rxvt_environ;
417 swap (perl_environ, environ);
418
416 char *argv[] = { 419 char *argv[] = {
417 "", 420 "",
418 "-T", 421 "-T",
419 "-edo '" LIBDIR "/urxvt.pm' or ($@ and die $@) or exit 1", 422 "-edo '" LIBDIR "/urxvt.pm' or ($@ and die $@) or exit 1",
420 }; 423 };
429 432
430 perl_destruct (perl); 433 perl_destruct (perl);
431 perl_free (perl); 434 perl_free (perl);
432 perl = 0; 435 perl = 0;
433 } 436 }
437
438 swap (perl_environ, environ);
434 } 439 }
435} 440}
436 441
437static void 442static void
438ungrab (rxvt_term *THIS) 443ungrab (rxvt_term *THIS)
440 if (THIS->perl.grabtime) 445 if (THIS->perl.grabtime)
441 { 446 {
442 XUngrabKeyboard (THIS->display->display, THIS->perl.grabtime); 447 XUngrabKeyboard (THIS->display->display, THIS->perl.grabtime);
443 XUngrabPointer (THIS->display->display, THIS->perl.grabtime); 448 XUngrabPointer (THIS->display->display, THIS->perl.grabtime);
444 THIS->perl.grabtime = 0; 449 THIS->perl.grabtime = 0;
450 }
451}
452
453static void
454swap_overlays (rxvt_term *term)
455{
456 HV *hv = (HV *)SvRV (*hv_fetch ((HV *)SvRV ((SV *)term->perl.self), "_overlay", 8, 0));
457
458 if (HvKEYS (hv))
459 {
460 hv_iterinit (hv);
461
462 while (HE *he = hv_iternext (hv))
463 ((overlay *)SvIV (hv_iterval (hv, he)))->swap ();
445 } 464 }
446} 465}
447 466
448bool 467bool
449rxvt_perl_interp::invoke (rxvt_term *term, hook_type htype, ...) 468rxvt_perl_interp::invoke (rxvt_term *term, hook_type htype, ...)
462 { 481 {
463 // handled later 482 // handled later
464 } 483 }
465 else 484 else
466 { 485 {
467 if (htype == HOOK_REFRESH_BEGIN || htype == HOOK_REFRESH_END) 486 if (htype == HOOK_REFRESH_END)
487 swap_overlays (term);
488
489 if (!term->perl.should_invoke [htype])
468 { 490 {
469 HV *hv = (HV *)SvRV (*hv_fetch ((HV *)SvRV ((SV *)term->perl.self), "_overlay", 8, 0)); 491 if (htype == HOOK_REFRESH_BEGIN)
492 swap_overlays (term);
470 493
471 if (HvKEYS (hv)) 494 return false;
472 {
473 hv_iterinit (hv);
474
475 while (HE *he = hv_iternext (hv))
476 ((overlay *)SvIV (hv_iterval (hv, he)))->swap ();
477 }
478
479 } 495 }
480
481 if (!should_invoke [htype])
482 return false;
483 } 496 }
484 497
498 swap (perl_environ, environ);
499
500 try
501 {
485 dSP; 502 dSP;
486 va_list ap; 503 va_list ap;
487 504
488 va_start (ap, htype); 505 va_start (ap, htype);
489 506
490 ENTER; 507 ENTER;
491 SAVETMPS; 508 SAVETMPS;
492 509
493 PUSHMARK (SP); 510 PUSHMARK (SP);
494 511
495 XPUSHs (sv_2mortal (newSVterm (term))); 512 XPUSHs (sv_2mortal (newSVterm (term)));
496 XPUSHs (sv_2mortal (newSViv (htype))); 513 XPUSHs (sv_2mortal (newSViv (htype)));
497 514
498 for (;;) { 515 for (;;) {
499 data_type dt = (data_type)va_arg (ap, int); 516 data_type dt = (data_type)va_arg (ap, int);
500 517
501 switch (dt) 518 switch (dt)
502 {
503 case DT_INT:
504 XPUSHs (sv_2mortal (newSViv (va_arg (ap, int))));
505 break;
506
507 case DT_LONG:
508 XPUSHs (sv_2mortal (newSViv (va_arg (ap, long))));
509 break;
510
511 case DT_STR:
512 XPUSHs (taint (sv_2mortal (newSVpv (va_arg (ap, char *), 0))));
513 break;
514
515 case DT_STR_LEN:
516 { 519 {
520 case DT_INT:
521 XPUSHs (sv_2mortal (newSViv (va_arg (ap, int))));
522 break;
523
524 case DT_LONG:
525 XPUSHs (sv_2mortal (newSViv (va_arg (ap, long))));
526 break;
527
528 case DT_STR:
529 XPUSHs (taint (sv_2mortal (newSVpv (va_arg (ap, char *), 0))));
530 break;
531
532 case DT_STR_LEN:
533 {
517 char *str = va_arg (ap, char *); 534 char *str = va_arg (ap, char *);
518 int len = va_arg (ap, int); 535 int len = va_arg (ap, int);
519 536
520 XPUSHs (taint (sv_2mortal (newSVpvn (str, len)))); 537 XPUSHs (taint (sv_2mortal (newSVpvn (str, len))));
521 } 538 }
522 break; 539 break;
523 540
524 case DT_WCS_LEN: 541 case DT_WCS_LEN:
525 { 542 {
526 wchar_t *wstr = va_arg (ap, wchar_t *); 543 wchar_t *wstr = va_arg (ap, wchar_t *);
527 int wlen = va_arg (ap, int); 544 int wlen = va_arg (ap, int);
528 545
529 XPUSHs (taint (sv_2mortal (wcs2sv (wstr, wlen)))); 546 XPUSHs (taint (sv_2mortal (wcs2sv (wstr, wlen))));
530 } 547 }
531 break; 548 break;
532 549
533 case DT_XEVENT: 550 case DT_XEVENT:
534 { 551 {
535 XEvent *xe = va_arg (ap, XEvent *); 552 XEvent *xe = va_arg (ap, XEvent *);
536 HV *hv = newHV (); 553 HV *hv = newHV ();
537 554
538# define set(name, sv) hv_store (hv, # name, sizeof (# name) - 1, sv, 0) 555# define set(name, sv) hv_store (hv, # name, sizeof (# name) - 1, sv, 0)
539# define setiv(name, val) hv_store (hv, # name, sizeof (# name) - 1, newSViv (val), 0) 556# define setiv(name, val) hv_store (hv, # name, sizeof (# name) - 1, newSViv (val), 0)
540# undef set 557# undef set
541 558
542 setiv (type, xe->type); 559 setiv (type, xe->type);
543 setiv (send_event, xe->xany.send_event); 560 setiv (send_event, xe->xany.send_event);
544 setiv (serial, xe->xany.serial); 561 setiv (serial, xe->xany.serial);
545 562
546 switch (xe->type) 563 switch (xe->type)
564 {
565 case KeyPress:
566 case KeyRelease:
567 case ButtonPress:
568 case ButtonRelease:
569 case MotionNotify:
570 setiv (time, xe->xmotion.time);
571 setiv (x, xe->xmotion.x);
572 setiv (y, xe->xmotion.y);
573 setiv (row, xe->xmotion.y / term->fheight);
574 setiv (col, xe->xmotion.x / term->fwidth);
575 setiv (x_root, xe->xmotion.x_root);
576 setiv (y_root, xe->xmotion.y_root);
577 setiv (state, xe->xmotion.state);
578 break;
579 }
580
581 switch (xe->type)
582 {
583 case KeyPress:
584 case KeyRelease:
585 setiv (keycode, xe->xkey.keycode);
586 break;
587
588 case ButtonPress:
589 case ButtonRelease:
590 setiv (button, xe->xbutton.button);
591 break;
592
593 case MotionNotify:
594 setiv (is_hint, xe->xmotion.is_hint);
595 break;
596 }
597
598 XPUSHs (sv_2mortal (newRV_noinc ((SV *)hv)));
599 }
600 break;
601
602 case DT_END:
547 { 603 {
548 case KeyPress: 604 va_end (ap);
549 case KeyRelease: 605
550 case ButtonPress: 606 PUTBACK;
551 case ButtonRelease: 607 int count = call_pv ("urxvt::invoke", G_ARRAY | G_EVAL);
552 case MotionNotify: 608 SPAGAIN;
553 setiv (time, xe->xmotion.time); 609
554 setiv (x, xe->xmotion.x); 610 if (count)
555 setiv (y, xe->xmotion.y);
556 setiv (row, xe->xmotion.y / term->fheight);
557 setiv (col, xe->xmotion.x / term->fwidth);
558 setiv (x_root, xe->xmotion.x_root);
559 setiv (y_root, xe->xmotion.y_root);
560 setiv (state, xe->xmotion.state);
561 break; 611 {
612 SV *status = POPs;
613 count = SvTRUE (status);
614 }
615
616 PUTBACK;
617 FREETMPS;
618 LEAVE;
619
620 if (SvTRUE (ERRSV))
621 {
622 rxvt_warn ("perl hook %d evaluation error: %s", htype, SvPV_nolen (ERRSV));
623 ungrab (term); // better lose the grab than the session
624 }
625
626 if (htype == HOOK_REFRESH_BEGIN)
627 swap_overlays (term);
628 else if (htype == HOOK_DESTROY)
629 {
630 clearSVptr ((SV *)term->perl.self);
631 SvREFCNT_dec ((SV *)term->perl.self);
632 }
633
634 swap (perl_environ, environ);
635 return count;
562 } 636 }
563 637
564 switch (xe->type) 638 default:
565 { 639 rxvt_fatal ("FATAL: unable to pass data type %d\n", dt);
566 case KeyPress:
567 case KeyRelease:
568 setiv (keycode, xe->xkey.keycode);
569 break;
570
571 case ButtonPress:
572 case ButtonRelease:
573 setiv (button, xe->xbutton.button);
574 break;
575
576 case MotionNotify:
577 setiv (is_hint, xe->xmotion.is_hint);
578 break;
579 }
580
581 XPUSHs (sv_2mortal (newRV_noinc ((SV *)hv)));
582 } 640 }
583 break;
584
585 case DT_END:
586 {
587 va_end (ap);
588
589 PUTBACK;
590 int count = call_pv ("urxvt::invoke", G_ARRAY | G_EVAL);
591 SPAGAIN;
592
593 if (count)
594 {
595 SV *status = POPs;
596 count = SvTRUE (status);
597 }
598
599 PUTBACK;
600 FREETMPS;
601 LEAVE;
602
603 if (SvTRUE (ERRSV))
604 {
605 rxvt_warn ("perl hook %d evaluation error: %s", htype, SvPV_nolen (ERRSV));
606 ungrab (term); // better lose the grab than the session
607 }
608
609 if (htype == HOOK_DESTROY)
610 {
611 clearSVptr ((SV *)term->perl.self);
612 SvREFCNT_dec ((SV *)term->perl.self);
613 }
614
615 return count;
616 }
617
618 default:
619 rxvt_fatal ("FATAL: unable to pass data type %d\n", dt);
620 } 641 }
621 } 642 }
643 catch (...)
644 {
645 swap (perl_environ, environ);
646 throw;
647 }
622} 648}
623 649
624///////////////////////////////////////////////////////////////////////////// 650/////////////////////////////////////////////////////////////////////////////
625 651
626MODULE = urxvt PACKAGE = urxvt 652MODULE = urxvt PACKAGE = urxvt
645# include "optinc.h" 671# include "optinc.h"
646# undef nodef 672# undef nodef
647# undef def 673# undef def
648 674
649 HV *stash = gv_stashpv ("urxvt", 1); 675 HV *stash = gv_stashpv ("urxvt", 1);
650# define export_const_iv(name) newCONSTSUB (stash, # name, newSViv (name)); 676 struct {
677 const char *name;
678 IV iv;
679 } *civ, const_iv[] = {
680# define const_iv(name) { # name, (IV)name }
651 export_const_iv (DEFAULT_RSTYLE); 681 const_iv (DEFAULT_RSTYLE),
652 export_const_iv (OVERLAY_RSTYLE); 682 const_iv (OVERLAY_RSTYLE),
653 export_const_iv (RS_Bold); 683 const_iv (RS_Bold),
654 export_const_iv (RS_Italic); 684 const_iv (RS_Italic),
655 export_const_iv (RS_Blink); 685 const_iv (RS_Blink),
656 export_const_iv (RS_RVid); 686 const_iv (RS_RVid),
657 export_const_iv (RS_Uline); 687 const_iv (RS_Uline),
658 688
659 export_const_iv (CurrentTime); 689 const_iv (CurrentTime),
660 export_const_iv (ShiftMask); 690 const_iv (ShiftMask),
661 export_const_iv (LockMask); 691 const_iv (LockMask),
662 export_const_iv (ControlMask); 692 const_iv (ControlMask),
663 export_const_iv (Mod1Mask); 693 const_iv (Mod1Mask),
664 export_const_iv (Mod2Mask); 694 const_iv (Mod2Mask),
665 export_const_iv (Mod3Mask); 695 const_iv (Mod3Mask),
666 export_const_iv (Mod4Mask); 696 const_iv (Mod4Mask),
667 export_const_iv (Mod5Mask); 697 const_iv (Mod5Mask),
668 export_const_iv (Button1Mask); 698 const_iv (Button1Mask),
669 export_const_iv (Button2Mask); 699 const_iv (Button2Mask),
670 export_const_iv (Button3Mask); 700 const_iv (Button3Mask),
671 export_const_iv (Button4Mask); 701 const_iv (Button4Mask),
672 export_const_iv (Button5Mask); 702 const_iv (Button5Mask),
673 export_const_iv (AnyModifier); 703 const_iv (AnyModifier),
674 704
675 export_const_iv (EVENT_NONE); 705 const_iv (EVENT_NONE),
676 export_const_iv (EVENT_READ); 706 const_iv (EVENT_READ),
677 export_const_iv (EVENT_WRITE); 707 const_iv (EVENT_WRITE),
708
709 const_iv (NoEventMask),
710 const_iv (KeyPressMask),
711 const_iv (KeyReleaseMask),
712 const_iv (ButtonPressMask),
713 const_iv (ButtonReleaseMask),
714 const_iv (EnterWindowMask),
715 const_iv (LeaveWindowMask),
716 const_iv (PointerMotionMask),
717 const_iv (PointerMotionHintMask),
718 const_iv (Button1MotionMask),
719 const_iv (Button2MotionMask),
720 const_iv (Button3MotionMask),
721 const_iv (Button4MotionMask),
722 const_iv (Button5MotionMask),
723 const_iv (ButtonMotionMask),
724 const_iv (KeymapStateMask),
725 const_iv (ExposureMask),
726 const_iv (VisibilityChangeMask),
727 const_iv (StructureNotifyMask),
728 const_iv (ResizeRedirectMask),
729 const_iv (SubstructureNotifyMask),
730 const_iv (SubstructureRedirectMask),
731 const_iv (FocusChangeMask),
732 const_iv (PropertyChangeMask),
733 const_iv (ColormapChangeMask),
734 const_iv (OwnerGrabButtonMask),
735
736 const_iv (KeyPress),
737 const_iv (KeyRelease),
738 const_iv (ButtonPress),
739 const_iv (ButtonRelease),
740 const_iv (MotionNotify),
741 const_iv (EnterNotify),
742 const_iv (LeaveNotify),
743 const_iv (FocusIn),
744 const_iv (FocusOut),
745 const_iv (KeymapNotify),
746 const_iv (Expose),
747 const_iv (GraphicsExpose),
748 const_iv (NoExpose),
749 const_iv (VisibilityNotify),
750 const_iv (CreateNotify),
751 const_iv (DestroyNotify),
752 const_iv (UnmapNotify),
753 const_iv (MapNotify),
754 const_iv (MapRequest),
755 const_iv (ReparentNotify),
756 const_iv (ConfigureNotify),
757 const_iv (ConfigureRequest),
758 const_iv (GravityNotify),
759 const_iv (ResizeRequest),
760 const_iv (CirculateNotify),
761 const_iv (CirculateRequest),
762 const_iv (PropertyNotify),
763 const_iv (SelectionClear),
764 const_iv (SelectionRequest),
765 const_iv (SelectionNotify),
766 const_iv (ColormapNotify),
767 const_iv (ClientMessage),
768 const_iv (MappingNotify),
769 };
770
771 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]);
772 civ-- > const_iv; )
773 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv));
678} 774}
775
776void
777warn (const char *msg)
778 CODE:
779 rxvt_warn ("%s", msg);
780
781void
782fatal (const char *msg)
783 CODE:
784 rxvt_fatal ("%s", msg);
679 785
680SV * 786SV *
787untaint (SV *sv)
788 CODE:
789 RETVAL = newSVsv (sv);
790 SvTAINTED_off (RETVAL);
791 OUTPUT:
792 RETVAL
793
794void
795_exit (int status)
796
797bool
798safe ()
799 CODE:
800 RETVAL = !rxvt_tainted ();
801 OUTPUT:
802 RETVAL
803
804NV
805NOW ()
806 CODE:
807 RETVAL = NOW;
808 OUTPUT:
809 RETVAL
810
811int
812GET_BASEFG (int rend)
813 CODE:
814 RETVAL = GET_BASEFG (rend);
815 OUTPUT:
816 RETVAL
817
818int
819GET_BASEBG (int rend)
820 CODE:
821 RETVAL = GET_BASEBG (rend);
822 OUTPUT:
823 RETVAL
824
825int
826SET_FGCOLOR (int rend, int new_color)
827 CODE:
828 RETVAL = SET_FGCOLOR (rend, new_color);
829 OUTPUT:
830 RETVAL
831
832int
833SET_BGCOLOR (int rend, int new_color)
834 CODE:
835 RETVAL = SET_BGCOLOR (rend, new_color);
836 OUTPUT:
837 RETVAL
838
839int
840GET_CUSTOM (int rend)
841 CODE:
842 RETVAL = (rend && RS_customMask) >> RS_customShift;
843 OUTPUT:
844 RETVAL
845
846int
847SET_CUSTOM (int rend, int new_value)
848 CODE:
849{
850 if (!IN_RANGE_EXC (new_value, 0, RS_customCount))
851 croak ("custom value out of range, must be 0..%d", RS_customCount - 1);
852
853 RETVAL = (rend & ~RS_customMask)
854 | ((new_value << RS_customShift) & RS_customMask);
855}
856 OUTPUT:
857 RETVAL
858
859MODULE = urxvt PACKAGE = urxvt::term
860
861SV *
681new (...) 862_new (...)
682 CODE: 863 CODE:
683{ 864{
865 if (items < 1 || !SvROK (ST (0)) || SvTYPE (SvRV (ST (0))) != SVt_PVAV)
866 croak ("first argument to urxvt::term->_new must be arrayref");
867
868 rxvt_term *term = new rxvt_term;
869
684 stringvec *argv = new stringvec; 870 term->argv = new stringvec;
871 term->envv = new stringvec;
872
873 for (int i = 1; i < items; i++)
874 term->argv->push_back (strdup (SvPVbyte_nolen (ST (i))));
875
876 AV *envv = (AV *)SvRV (ST (0));
877 for (int i = av_len (envv) + 1; i--; )
878 term->envv->push_back (strdup (SvPVbyte_nolen (*av_fetch (envv, i, 1))));
879
880 term->envv->push_back (0);
881
685 bool success; 882 bool success;
686
687 for (int i = 0; i < items ;i++)
688 argv->push_back (strdup (SvPVbyte_nolen (ST (i))));
689
690 rxvt_term *term = new rxvt_term;
691
692 term->argv = argv;
693 883
694 try 884 try
695 { 885 {
696 if (!term->init (argv->size (), argv->begin ())) 886 success = term->init (term->argv->size (), term->argv->begin ());
697 term = 0;
698 } 887 }
699 catch (const class rxvt_failure_exception &e) 888 catch (const class rxvt_failure_exception &e)
700 { 889 {
890 success = false;
891 }
892
893 if (!success)
894 {
701 term->destroy (); 895 term->destroy ();
702 croak ("exception caught while initializing new terminal instance"); 896 croak ("error while initializing new terminal instance");
703 } 897 }
704 898
705 RETVAL = term && term->perl.self ? newSVterm (term) : &PL_sv_undef; 899 RETVAL = term && term->perl.self
900 ? newSVterm (term) : &PL_sv_undef;
706} 901}
707 OUTPUT: 902 OUTPUT:
708 RETVAL 903 RETVAL
709 904
710void 905void
711set_should_invoke (int htype, int value) 906rxvt_term::destroy ()
907
908#if ENABLE_PERL_FRILLS
909
910void
911rxvt_term::XListProperties (U32 window)
712 CODE: 912 PPCODE:
713 rxvt_perl.should_invoke [htype] = value; 913{
914 int count;
915 Atom *props = XListProperties (THIS->display->display, (Window)window, &count);
714 916
917 EXTEND (SP, count);
918 while (count--)
919 PUSHs (newSVuv ((U32)props [count]));
920
921 XFree (props);
922}
923
715void 924void
716warn (const char *msg) 925rxvt_term::XGetWindowProperty (U32 window, U32 property)
717 CODE: 926 PPCODE:
718 rxvt_warn ("%s", msg); 927{
928 Atom type;
929 int format;
930 unsigned long nitems;
931 unsigned long bytes_after;
932 unsigned char *prop;
933 XGetWindowProperty (THIS->display->display, (Window)window, (Atom)property,
934 0, 1<<30, 0, AnyPropertyType,
935 &type, &format, &nitems, &bytes_after, &prop);
936 if (type != None)
937 {
938 EXTEND (SP, 3);
939 PUSHs (newSVuv ((U32)type));
940 PUSHs (newSViv (format));
941 PUSHs (newSVpvn ((char *)prop, nitems * format / 8));
942 XFree (prop);
943 }
944}
719 945
720void 946void
721fatal (const char *msg) 947rxvt_term::XChangeWindowProperty (U32 window, U32 property, U32 type, int format, SV *data)
722 CODE: 948 CODE:
723 rxvt_fatal ("%s", msg); 949{
950 STRLEN len;
951 char *data_ = SvPVbyte (data, len);
724 952
725SV * 953 XChangeProperty (THIS->display->display, (Window)window, (Atom)property,
726untaint (SV *sv) 954 type, format, PropModeReplace,
727 CODE: 955 (unsigned char *)data, len * 8 / format);
728 RETVAL = newSVsv (sv); 956}
729 SvTAINTED_off (RETVAL);
730 OUTPUT:
731 RETVAL
732 957
733bool 958void
734safe () 959rxvt_term::XDeleteProperty (U32 window, U32 property)
735 CODE: 960 CODE:
736 RETVAL = !rxvt_tainted (); 961 XDeleteProperty (THIS->display->display, (Window)window, (Atom)property);
737 OUTPUT:
738 RETVAL
739 962
740NV 963U32
741NOW () 964rxvt_term::DefaultRootWindow ()
742 CODE: 965 CODE:
966 RETVAL = (U32)THIS->display->root;
967 OUTPUT:
743 RETVAL = NOW; 968 RETVAL
744 OUTPUT:
745 RETVAL
746 969
747int 970U32
748GET_BASEFG (int rend) 971rxvt_term::XCreateSimpleWindow (U32 parent, int x, int y, unsigned int width, unsigned int height)
749 CODE: 972 CODE:
750 RETVAL = GET_BASEFG (rend); 973 RETVAL = XCreateSimpleWindow (THIS->display->display, (Window)parent,
974 x, y, width, height, 0,
975 THIS->pix_colors_focused[Color_border],
976 THIS->pix_colors_focused[Color_border]);
751 OUTPUT: 977 OUTPUT:
752 RETVAL 978 RETVAL
753 979
754int
755GET_BASEBG (int rend)
756 CODE:
757 RETVAL = GET_BASEBG (rend);
758 OUTPUT:
759 RETVAL
760
761int
762SET_FGCOLOR (int rend, int new_color)
763 CODE:
764 RETVAL = SET_FGCOLOR (rend, new_color);
765 OUTPUT:
766 RETVAL
767
768int
769SET_BGCOLOR (int rend, int new_color)
770 CODE:
771 RETVAL = SET_BGCOLOR (rend, new_color);
772 OUTPUT:
773 RETVAL
774
775int
776GET_CUSTOM (int rend)
777 CODE:
778 RETVAL = (rend && RS_customMask) >> RS_customShift;
779 OUTPUT:
780 RETVAL
781
782int
783SET_CUSTOM (int rend, int new_value)
784 CODE:
785{
786 if (!IN_RANGE_EXC (new_value, 0, RS_customCount))
787 croak ("custom value out of range, must be 0..%d", RS_customCount - 1);
788
789 RETVAL = (rend & ~RS_customMask)
790 | ((new_value << RS_customShift) & RS_customMask);
791}
792 OUTPUT:
793 RETVAL
794
795MODULE = urxvt PACKAGE = urxvt::term
796
797void 980void
798rxvt_term::destroy () 981rxvt_term::XReparentWindow (U32 window, U32 parent, int x = 0, int y = 0)
982 CODE:
983 XReparentWindow (THIS->display->display, (Window)window, (Window)parent, x, y);
984
985void
986rxvt_term::XMapWindow (U32 window)
987 CODE:
988 XMapWindow (THIS->display->display, (Window)window);
989
990void
991rxvt_term::XUnmapWindow (U32 window)
992 CODE:
993 XUnmapWindow (THIS->display->display, (Window)window);
994
995#endif
996
997void
998rxvt_term::set_should_invoke (int htype, int inc)
999 CODE:
1000 THIS->perl.should_invoke [htype] += inc;
799 1001
800void 1002void
801rxvt_term::grab_button (int button, U32 modifiers) 1003rxvt_term::grab_button (int button, U32 modifiers)
802 CODE: 1004 CODE:
803 XGrabButton (THIS->display->display, button, modifiers, THIS->vt, 1, 1005 XGrabButton (THIS->display->display, button, modifiers, THIS->vt, 1,
907#define TERM_OFFSET_ncol TERM_OFFSET(ncol) 1109#define TERM_OFFSET_ncol TERM_OFFSET(ncol)
908#define TERM_OFFSET_focus TERM_OFFSET(focus) 1110#define TERM_OFFSET_focus TERM_OFFSET(focus)
909#define TERM_OFFSET_mapped TERM_OFFSET(mapped) 1111#define TERM_OFFSET_mapped TERM_OFFSET(mapped)
910#define TERM_OFFSET_saveLines TERM_OFFSET(saveLines) 1112#define TERM_OFFSET_saveLines TERM_OFFSET(saveLines)
911#define TERM_OFFSET_total_rows TERM_OFFSET(total_rows) 1113#define TERM_OFFSET_total_rows TERM_OFFSET(total_rows)
912#define TERM_OFFSET_nsaved TERM_OFFSET(nsaved) 1114#define TERM_OFFSET_top_row TERM_OFFSET(top_row)
913 1115
914int 1116int
915rxvt_term::width () 1117rxvt_term::width ()
916 ALIAS: 1118 ALIAS:
917 width = TERM_OFFSET_width 1119 width = TERM_OFFSET_width
923 ncol = TERM_OFFSET_ncol 1125 ncol = TERM_OFFSET_ncol
924 focus = TERM_OFFSET_focus 1126 focus = TERM_OFFSET_focus
925 mapped = TERM_OFFSET_mapped 1127 mapped = TERM_OFFSET_mapped
926 saveLines = TERM_OFFSET_saveLines 1128 saveLines = TERM_OFFSET_saveLines
927 total_rows = TERM_OFFSET_total_rows 1129 total_rows = TERM_OFFSET_total_rows
928 nsaved = TERM_OFFSET_nsaved 1130 top_row = TERM_OFFSET_top_row
929 CODE: 1131 CODE:
930 RETVAL = *(int *)((char *)THIS + ix); 1132 RETVAL = *(int *)((char *)THIS + ix);
931 OUTPUT: 1133 OUTPUT:
932 RETVAL 1134 RETVAL
933 1135
959 case 1: RETVAL = THIS->locale; break; 1161 case 1: RETVAL = THIS->locale; break;
960 } 1162 }
961 OUTPUT: 1163 OUTPUT:
962 RETVAL 1164 RETVAL
963 1165
1166SV *
1167rxvt_term::_env ()
1168 CODE:
1169{
1170 if (THIS->envv)
1171 {
1172 AV *av = newAV ();
1173
1174 for (char **i = THIS->envv->begin (); i != THIS->envv->end (); ++i)
1175 if (*i)
1176 av_push (av, newSVpv (*i, 0));
1177
1178 RETVAL = newRV_noinc ((SV *)av);
1179 }
1180 else
1181 RETVAL = &PL_sv_undef;
1182}
1183 OUTPUT:
1184 RETVAL
1185
964int 1186int
965rxvt_term::pty_ev_events (int events = EVENT_UNDEF) 1187rxvt_term::pty_ev_events (int events = EVENT_UNDEF)
966 CODE: 1188 CODE:
967 RETVAL = THIS->pty_ev.events; 1189 RETVAL = THIS->pty_ev.events;
968 if (events != EVENT_UNDEF) 1190 if (events != EVENT_UNDEF)
982 CODE: 1204 CODE:
983 RETVAL = (U32)THIS->vt; 1205 RETVAL = (U32)THIS->vt;
984 OUTPUT: 1206 OUTPUT:
985 RETVAL 1207 RETVAL
986 1208
1209void
1210rxvt_term::vt_emask_add (U32 emask)
1211 CODE:
1212 THIS->vt_emask_perl |= emask;
1213 THIS->vt_select_input ();
1214
987U32 1215U32
988rxvt_term::rstyle (U32 new_rstyle = THIS->rstyle) 1216rxvt_term::rstyle (U32 new_rstyle = THIS->rstyle)
989 CODE: 1217 CODE:
990{
991 RETVAL = THIS->rstyle; 1218 RETVAL = THIS->rstyle;
992 THIS->rstyle = new_rstyle; 1219 THIS->rstyle = new_rstyle;
993}
994 OUTPUT: 1220 OUTPUT:
995 RETVAL 1221 RETVAL
996 1222
997int 1223int
998rxvt_term::view_start (int newval = -1) 1224rxvt_term::view_start (int newval = 1)
1225 PROTOTYPE: $;$
999 CODE: 1226 CODE:
1000{ 1227{
1001 RETVAL = THIS->view_start; 1228 RETVAL = THIS->view_start;
1002 1229
1003 if (newval >= 0) 1230 if (newval <= 0)
1004 { 1231 THIS->scr_changeview (max (newval, THIS->top_row));
1005 THIS->view_start = min (newval, THIS->nsaved);
1006 THIS->scr_changeview (RETVAL);
1007 }
1008} 1232}
1009 OUTPUT: 1233 OUTPUT:
1010 RETVAL 1234 RETVAL
1011 1235
1012void 1236void
1016 1240
1017void 1241void
1018rxvt_term::ROW_t (int row_number, SV *new_text = 0, int start_col = 0, int start_ofs = 0, int max_len = MAX_COLS) 1242rxvt_term::ROW_t (int row_number, SV *new_text = 0, int start_col = 0, int start_ofs = 0, int max_len = MAX_COLS)
1019 PPCODE: 1243 PPCODE:
1020{ 1244{
1021 if (!IN_RANGE_EXC (row_number, -THIS->nsaved, THIS->nrow)) 1245 if (!IN_RANGE_EXC (row_number, THIS->top_row, THIS->nrow))
1022 XSRETURN_EMPTY; 1246 XSRETURN_EMPTY;
1023 1247
1024 line_t &l = ROW(row_number); 1248 line_t &l = ROW(row_number);
1025 1249
1026 if (GIMME_V != G_VOID) 1250 if (GIMME_V != G_VOID)
1059 1283
1060void 1284void
1061rxvt_term::ROW_r (int row_number, SV *new_rend = 0, int start_col = 0, int start_ofs = 0, int max_len = MAX_COLS) 1285rxvt_term::ROW_r (int row_number, SV *new_rend = 0, int start_col = 0, int start_ofs = 0, int max_len = MAX_COLS)
1062 PPCODE: 1286 PPCODE:
1063{ 1287{
1064 if (!IN_RANGE_EXC (row_number, -THIS->nsaved, THIS->nrow)) 1288 if (!IN_RANGE_EXC (row_number, THIS->top_row, THIS->nrow))
1065 XSRETURN_EMPTY; 1289 XSRETURN_EMPTY;
1066 1290
1067 line_t &l = ROW(row_number); 1291 line_t &l = ROW(row_number);
1068 1292
1069 if (GIMME_V != G_VOID) 1293 if (GIMME_V != G_VOID)
1099 1323
1100int 1324int
1101rxvt_term::ROW_l (int row_number, int new_length = -1) 1325rxvt_term::ROW_l (int row_number, int new_length = -1)
1102 CODE: 1326 CODE:
1103{ 1327{
1104 if (!IN_RANGE_EXC (row_number, -THIS->nsaved, THIS->nrow)) 1328 if (!IN_RANGE_EXC (row_number, THIS->top_row, THIS->nrow))
1105 XSRETURN_EMPTY; 1329 XSRETURN_EMPTY;
1106 1330
1107 line_t &l = ROW(row_number); 1331 line_t &l = ROW(row_number);
1108 RETVAL = l.l; 1332 RETVAL = l.l;
1109 1333
1115 1339
1116bool 1340bool
1117rxvt_term::ROW_is_longer (int row_number, int new_is_longer = -1) 1341rxvt_term::ROW_is_longer (int row_number, int new_is_longer = -1)
1118 CODE: 1342 CODE:
1119{ 1343{
1120 if (!IN_RANGE_EXC (row_number, -THIS->nsaved, THIS->nrow)) 1344 if (!IN_RANGE_EXC (row_number, THIS->top_row, THIS->nrow))
1121 XSRETURN_EMPTY; 1345 XSRETURN_EMPTY;
1122 1346
1123 line_t &l = ROW(row_number); 1347 line_t &l = ROW(row_number);
1124 RETVAL = l.is_longer (); 1348 RETVAL = l.is_longer ();
1125 1349
1242 else 1466 else
1243 THIS->rs [index] = 0; 1467 THIS->rs [index] = 0;
1244 } 1468 }
1245} 1469}
1246 1470
1471const char *
1472rxvt_term::x_resource (const char *name)
1473 CLEANUP:
1474 SvTAINTED_on (ST (0));
1475
1247bool 1476bool
1248rxvt_term::option (U32 optval, int set = -1) 1477rxvt_term::option (U32 optval, int set = -1)
1249 CODE: 1478 CODE:
1250{ 1479{
1251 RETVAL = THIS->options & optval; 1480 RETVAL = THIS->options & optval;
1310 PUSHs (sv_2mortal (newSViv (rc.col))); 1539 PUSHs (sv_2mortal (newSViv (rc.col)));
1311 } 1540 }
1312 1541
1313 if (items == 3) 1542 if (items == 3)
1314 { 1543 {
1315 rc.row = clamp (SvIV (ST (1)), -THIS->nsaved, THIS->nrow - 1); 1544 rc.row = clamp (SvIV (ST (1)), THIS->top_row, THIS->nrow - 1);
1316 rc.col = clamp (SvIV (ST (2)), 0, THIS->ncol - 1); 1545 rc.col = clamp (SvIV (ST (2)), 0, THIS->ncol - 1);
1317 1546
1318 if (ix) 1547 if (ix)
1319 THIS->want_refresh = 1; 1548 THIS->want_refresh = 1;
1320 } 1549 }
1321} 1550}
1551
1552char
1553rxvt_term::cur_charset ()
1554 CODE:
1555 RETVAL = THIS->charsets [THIS->screen.charset];
1556 OUTPUT:
1557 RETVAL
1558
1559#void
1560#rxvt_term::selection_clear ()
1561
1562void
1563rxvt_term::selection_make (U32 eventtime, bool rect = false)
1564 CODE:
1565 THIS->selection.op = SELECTION_CONT;
1566 THIS->selection.rect = rect;
1567 THIS->selection_make (eventtime);
1322 1568
1323int 1569int
1324rxvt_term::selection_grab (U32 eventtime) 1570rxvt_term::selection_grab (U32 eventtime)
1325 1571
1326void 1572void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines