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.89 by root, Sun Jan 22 11:57:06 2006 UTC vs.
Revision 1.98 by root, Mon Feb 6 05:40:15 2006 UTC

80new_ref (HV *hv, const char *klass) 80new_ref (HV *hv, const char *klass)
81{ 81{
82 return sv_bless (newRV ((SV *)hv), gv_stashpv (klass, 1)); 82 return sv_bless (newRV ((SV *)hv), gv_stashpv (klass, 1));
83} 83}
84 84
85//TODO: use magic
86static SV * 85static SV *
87newSVptr (void *ptr, const char *klass) 86newSVptr (void *ptr, const char *klass)
88{ 87{
89 HV *hv = newHV (); 88 HV *hv = newHV ();
90 sv_magic ((SV *)hv, 0, PERL_MAGIC_ext, (char *)ptr, 0); 89 sv_magic ((SV *)hv, 0, PERL_MAGIC_ext, (char *)ptr, 0);
113 croak ("perl code used %s object, but C++ object is already destroyed, caught", klass); 112 croak ("perl code used %s object, but C++ object is already destroyed, caught", klass);
114 113
115 return (long)mg->mg_ptr; 114 return (long)mg->mg_ptr;
116} 115}
117 116
118#define newSVterm(term) SvREFCNT_inc ((SV *)term->perl.self) 117#define newSVterm(term) SvREFCNT_inc ((SV *)(term)->perl.self)
119#define SvTERM(sv) (rxvt_term *)SvPTR (sv, "urxvt::term") 118#define SvTERM(sv) (rxvt_term *)SvPTR ((sv), "urxvt::term")
120 119
121///////////////////////////////////////////////////////////////////////////// 120/////////////////////////////////////////////////////////////////////////////
122 121
123#define SvWATCHER(sv) (perl_watcher *)SvPTR (sv, "urxvt::watcher") 122#define SvWATCHER(sv) (perl_watcher *)SvPTR (sv, "urxvt::watcher")
124 123
171 170
172 if (SvTRUE (ERRSV)) 171 if (SvTRUE (ERRSV))
173 rxvt_warn ("%s callback evaluation error: %s", type, SvPV_nolen (ERRSV)); 172 rxvt_warn ("%s callback evaluation error: %s", type, SvPV_nolen (ERRSV));
174} 173}
175 174
176#define newSVtimer(timer) new_ref (timer->self, "urxvt::timer") 175#define newSVtimer(timer) new_ref ((timer)->self, "urxvt::timer")
177#define SvTIMER(sv) (timer *)(perl_watcher *)SvPTR (sv, "urxvt::timer") 176#define SvTIMER(sv) (timer *)(perl_watcher *)SvPTR ((sv), "urxvt::timer")
178 177
179struct timer : perl_watcher, time_watcher 178struct timer : perl_watcher, time_watcher
180{ 179{
181 tstamp interval; 180 tstamp interval;
182 181
192 191
193 invoke ("urxvt::timer", newSVtimer (this)); 192 invoke ("urxvt::timer", newSVtimer (this));
194 } 193 }
195}; 194};
196 195
197#define newSViow(iow) new_ref (iow->self, "urxvt::iow") 196#define newSViow(iow) new_ref ((iow)->self, "urxvt::iow")
198#define SvIOW(sv) (iow *)(perl_watcher *)SvPTR (sv, "urxvt::iow") 197#define SvIOW(sv) (iow *)(perl_watcher *)SvPTR ((sv), "urxvt::iow")
199 198
200struct iow : perl_watcher, io_watcher 199struct iow : perl_watcher, io_watcher
201{ 200{
202 iow () 201 iow ()
203 : io_watcher (this, &iow::execute) 202 : io_watcher (this, &iow::execute)
208 { 207 {
209 invoke ("urxvt::iow", newSViow (this), revents); 208 invoke ("urxvt::iow", newSViow (this), revents);
210 } 209 }
211}; 210};
212 211
213#define newSViw(iw) new_ref (iw->self, "urxvt::iw") 212#define newSViw(iw) new_ref ((iw)->self, "urxvt::iw")
214#define SvIW(sv) (iw *)(perl_watcher *)SvPTR (sv, "urxvt::iw") 213#define SvIW(sv) (iw *)(perl_watcher *)SvPTR ((sv), "urxvt::iw")
215 214
216struct iw : perl_watcher, idle_watcher 215struct iw : perl_watcher, idle_watcher
217{ 216{
218 iw () 217 iw ()
219 : idle_watcher (this, &iw::execute) 218 : idle_watcher (this, &iw::execute)
224 { 223 {
225 invoke ("urxvt::iw", newSViw (this)); 224 invoke ("urxvt::iw", newSViw (this));
226 } 225 }
227}; 226};
228 227
229#define newSVpw(pw) new_ref (pw->self, "urxvt::pw") 228#define newSVpw(pw) new_ref ((pw)->self, "urxvt::pw")
230#define SvPW(sv) (pw *)(perl_watcher *)SvPTR (sv, "urxvt::pw") 229#define SvPW(sv) (pw *)(perl_watcher *)SvPTR ((sv), "urxvt::pw")
231 230
232struct pw : perl_watcher, child_watcher 231struct pw : perl_watcher, child_watcher
233{ 232{
234 pw () 233 pw ()
235 : child_watcher (this, &pw::execute) 234 : child_watcher (this, &pw::execute)
244 243
245///////////////////////////////////////////////////////////////////////////// 244/////////////////////////////////////////////////////////////////////////////
246 245
247#define SvOVERLAY(sv) (overlay *)SvPTR (sv, "urxvt::overlay") 246#define SvOVERLAY(sv) (overlay *)SvPTR (sv, "urxvt::overlay")
248 247
249struct overlay { 248class overlay {
250 HV *self;
251 bool visible;
252 rxvt_term *THIS; 249 rxvt_term *THIS;
250 AV *overlay_av;
253 int x, y, w, h; 251 int x, y, w, h;
254 int border; 252 int border;
255 text_t **text; 253 text_t **text;
256 rend_t **rend; 254 rend_t **rend;
257 255
256public:
257 HV *self;
258
258 overlay (rxvt_term *THIS, int x_, int y_, int w_, int h_, rend_t rstyle, int border); 259 overlay (rxvt_term *THIS, int x_, int y_, int w_, int h_, rend_t rstyle, int border);
259 ~overlay (); 260 ~overlay ();
260 261
261 void show (); 262 void show ();
262 void hide (); 263 void hide ();
265 266
266 void set (int x, int y, SV *str, SV *rend); 267 void set (int x, int y, SV *str, SV *rend);
267}; 268};
268 269
269overlay::overlay (rxvt_term *THIS, int x_, int y_, int w_, int h_, rend_t rstyle, int border) 270overlay::overlay (rxvt_term *THIS, int x_, int y_, int w_, int h_, rend_t rstyle, int border)
270: THIS(THIS), x(x_), y(y_), w(w_), h(h_), border(border == 2), visible(false) 271: THIS(THIS), x(x_), y(y_), w(w_), h(h_), border(border == 2), overlay_av (0)
271{ 272{
272 if (border == 2) 273 if (border == 2)
273 { 274 {
274 w += 2; 275 w += 2;
275 h += 2; 276 h += 2;
314 *rp++ = r; 315 *rp++ = r;
315 } 316 }
316 } 317 }
317 318
318 show (); 319 show ();
319 THIS->want_refresh = 1;
320} 320}
321 321
322overlay::~overlay () 322overlay::~overlay ()
323{ 323{
324 hide (); 324 hide ();
329 delete [] rend[y]; 329 delete [] rend[y];
330 } 330 }
331 331
332 delete [] text; 332 delete [] text;
333 delete [] rend; 333 delete [] rend;
334}
335
336void
337overlay::show ()
338{
339 if (overlay_av)
340 return;
341
342 overlay_av = (AV *)SvREFCNT_inc (SvRV (
343 *hv_fetch ((HV *)SvRV ((SV *)THIS->perl.self), "_overlay", 8, 0)
344 ));
345 av_push (overlay_av, newSViv ((long)this));
334 346
335 THIS->want_refresh = 1; 347 THIS->want_refresh = 1;
336} 348}
337 349
338void 350void
339overlay::show () 351overlay::hide ()
340{ 352{
341 if (visible) 353 if (!overlay_av)
342 return; 354 return;
343 355
344 visible = true;
345
346 AV *av = (AV *)SvRV (*hv_fetch ((HV *)SvRV ((SV *)THIS->perl.self), "_overlay", 8, 0));
347 av_push (av, newSViv ((long)this));
348}
349
350void
351overlay::hide ()
352{
353 if (!visible)
354 return;
355
356 visible = false;
357
358 AV *av = (AV *)SvRV (*hv_fetch ((HV *)SvRV ((SV *)THIS->perl.self), "_overlay", 8, 0));
359
360 int i; 356 int i;
361 357
362 for (i = AvFILL (av); i >= 0; i--) 358 for (i = AvFILL (overlay_av); i >= 0; i--)
363 if (SvIV (*av_fetch (av, i, 1)) == (long)this) 359 if (SvIV (*av_fetch (overlay_av, i, 1)) == (long)this)
364 { 360 {
365 av_delete (av, i, G_DISCARD); 361 av_delete (overlay_av, i, G_DISCARD);
366 break; 362 break;
367 } 363 }
368 364
369 for (; i < AvFILL (av); i++) 365 for (; i < AvFILL (overlay_av); i++)
370 av_store (av, i, SvREFCNT_inc (*av_fetch (av, i + 1, 0))); 366 av_store (overlay_av, i, SvREFCNT_inc (*av_fetch (overlay_av, i + 1, 0)));
371 367
372 av_pop (av); 368 av_pop (overlay_av);
369
370 SvREFCNT_dec (overlay_av);
371 overlay_av = 0;
372
373 THIS->want_refresh = 1;
373} 374}
374 375
375void overlay::swap () 376void overlay::swap ()
376{ 377{
377 int ov_x = max (0, min (MOD (x, THIS->ncol), THIS->ncol - w)); 378 int ov_x = max (0, min (MOD (x, THIS->ncol), THIS->ncol - w));
492static void 493static void
493ungrab (rxvt_term *THIS) 494ungrab (rxvt_term *THIS)
494{ 495{
495 if (THIS->perl.grabtime) 496 if (THIS->perl.grabtime)
496 { 497 {
497 XUngrabKeyboard (THIS->display->display, THIS->perl.grabtime); 498 XUngrabKeyboard (THIS->dpy, THIS->perl.grabtime);
498 XUngrabPointer (THIS->display->display, THIS->perl.grabtime); 499 XUngrabPointer (THIS->dpy, THIS->perl.grabtime);
499 THIS->perl.grabtime = 0; 500 THIS->perl.grabtime = 0;
500 } 501 }
501} 502}
502 503
503bool 504bool
554 break; 555 break;
555 556
556 case DT_STR_LEN: 557 case DT_STR_LEN:
557 { 558 {
558 char *str = va_arg (ap, char *); 559 char *str = va_arg (ap, char *);
559 int len = va_arg (ap, int); 560 int len = va_arg (ap, int);
560 561
561 XPUSHs (sv_2mortal (newSVpvn (str, len))); 562 XPUSHs (sv_2mortal (newSVpvn (str, len)));
562 } 563 }
563 break; 564 break;
564 565
565 case DT_WCS_LEN: 566 case DT_WCS_LEN:
566 { 567 {
567 wchar_t *wstr = va_arg (ap, wchar_t *); 568 wchar_t *wstr = va_arg (ap, wchar_t *);
568 int wlen = va_arg (ap, int); 569 int wlen = va_arg (ap, int);
569 570
570 XPUSHs (sv_2mortal (wcs2sv (wstr, wlen))); 571 XPUSHs (sv_2mortal (wcs2sv (wstr, wlen)));
572 }
573 break;
574
575 case DT_LCS_LEN:
576 {
577 long *lstr = va_arg (ap, long *);
578 int llen = va_arg (ap, int);
579
580 XPUSHs (sv_2mortal (newSVpvn ((char *)lstr, llen * sizeof (long))));
571 } 581 }
572 break; 582 break;
573 583
574 case DT_XEVENT: 584 case DT_XEVENT:
575 { 585 {
576 XEvent *xe = va_arg (ap, XEvent *); 586 XEvent *xe = va_arg (ap, XEvent *);
577 HV *hv = newHV (); 587 HV *hv = newHV ();
578 588
579# define set(name, sv) hv_store (hv, # name, sizeof (# name) - 1, sv, 0) 589# define set(name, sv) hv_store (hv, # name, sizeof (# name) - 1, sv, 0)
580# define setiv(name, val) hv_store (hv, # name, sizeof (# name) - 1, newSViv (val), 0) 590# define setiv(name, val) hv_store (hv, # name, sizeof (# name) - 1, newSViv (val), 0)
581# define setuv(name, val) hv_store (hv, # name, sizeof (# name) - 1, newSVuv (val), 0) 591# define setuv(name, val) hv_store (hv, # name, sizeof (# name) - 1, newSVuv (val), 0)
582# undef set 592# undef set
583 593
584 setiv (type, xe->type); 594 setiv (type, xe->type);
585 setiv (send_event, xe->xany.send_event); 595 setiv (send_event, xe->xany.send_event);
586 setiv (serial, xe->xany.serial); 596 setiv (serial, xe->xany.serial);
587 597
716 } 726 }
717 else if (htype == HOOK_DESTROY) 727 else if (htype == HOOK_DESTROY)
718 { 728 {
719 clearSVptr ((SV *)term->perl.self); 729 clearSVptr ((SV *)term->perl.self);
720 SvREFCNT_dec ((SV *)term->perl.self); 730 SvREFCNT_dec ((SV *)term->perl.self);
731
732 // don't allow further calls
733 term->perl.self = 0;
721 } 734 }
722 735
723 swap (perl_environ, environ); 736 swap (perl_environ, environ);
724 737
725 return event_consumed; 738 return event_consumed;
749# include "optinc.h" 762# include "optinc.h"
750# undef nodef 763# undef nodef
751# undef def 764# undef def
752 765
753 HV *stash = gv_stashpv ("urxvt", 1); 766 HV *stash = gv_stashpv ("urxvt", 1);
754 struct { 767 static const struct {
755 const char *name; 768 const char *name;
756 IV iv; 769 IV iv;
757 } *civ, const_iv[] = { 770 } *civ, const_iv[] = {
758# define const_iv(name) { # name, (IV)name } 771# define const_iv(name) { # name, (IV)name }
759 const_iv (DEFAULT_RSTYLE), 772 const_iv (DEFAULT_RSTYLE),
842 const_iv (SelectionRequest), 855 const_iv (SelectionRequest),
843 const_iv (SelectionNotify), 856 const_iv (SelectionNotify),
844 const_iv (ColormapNotify), 857 const_iv (ColormapNotify),
845 const_iv (ClientMessage), 858 const_iv (ClientMessage),
846 const_iv (MappingNotify), 859 const_iv (MappingNotify),
860# if ENABLE_XIM_ONTHESPOT
861 const_iv (XIMReverse),
862 const_iv (XIMUnderline),
863 const_iv (XIMHighlight),
864 const_iv (XIMPrimary),
865 const_iv (XIMSecondary),
866 const_iv (XIMTertiary),
867 const_iv (XIMVisibleToForward),
868 const_iv (XIMVisibleToBackword),
869 const_iv (XIMVisibleToCenter),
870# if 0
871 const_iv (XIMForwardChar),
872 const_iv (XIMBackwardChar),
873 const_iv (XIMForwardWord),
874 const_iv (XIMBackwardWord),
875 const_iv (XIMCaretUp),
876 const_iv (XIMCaretDown),
877 const_iv (XIMNextLine),
878 const_iv (XIMPreviousLine),
879 const_iv (XIMLineStart),
880 const_iv (XIMLineEnd),
881 const_iv (XIMAbsolutePosition),
882 const_iv (XIMDontChange),
883# endif
884# endif
847 }; 885 };
848 886
849 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); 887 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; )
850 civ-- > const_iv; )
851 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 888 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv));
852} 889}
853 890
854void 891void
855warn (const char *msg) 892warn (const char *msg)
886 RETVAL 923 RETVAL
887 924
888int 925int
889SET_FGCOLOR (int rend, int new_color) 926SET_FGCOLOR (int rend, int new_color)
890 CODE: 927 CODE:
891 RETVAL = SET_FGCOLOR (rend, new_color); 928 RETVAL = SET_FGCOLOR (rend, clamp (new_color, 0, TOTAL_COLORS - 1));
892 OUTPUT: 929 OUTPUT:
893 RETVAL 930 RETVAL
894 931
895int 932int
896SET_BGCOLOR (int rend, int new_color) 933SET_BGCOLOR (int rend, int new_color)
897 CODE: 934 CODE:
898 RETVAL = SET_BGCOLOR (rend, new_color); 935 RETVAL = SET_BGCOLOR (rend, clamp (new_color, 0, TOTAL_COLORS - 1));
899 OUTPUT: 936 OUTPUT:
900 RETVAL 937 RETVAL
901 938
902int 939int
903GET_CUSTOM (int rend) 940GET_CUSTOM (int rend)
917 | ((new_value << RS_customShift) & RS_customMask); 954 | ((new_value << RS_customShift) & RS_customMask);
918} 955}
919 OUTPUT: 956 OUTPUT:
920 RETVAL 957 RETVAL
921 958
959void
960termlist ()
961 PPCODE:
962{
963 EXTEND (SP, rxvt_term::termlist.size ());
964
965 for (rxvt_term **t = rxvt_term::termlist.begin (); t < rxvt_term::termlist.end (); t++)
966 if ((*t)->perl.self)
967 PUSHs (sv_2mortal (newSVterm (*t)));
968}
969
922MODULE = urxvt PACKAGE = urxvt::term 970MODULE = urxvt PACKAGE = urxvt::term
923 971
924SV * 972SV *
925_new (...) 973_new (AV *env, AV *arg)
926 CODE: 974 CODE:
927{ 975{
928 if (items < 1 || !SvROK (ST (0)) || SvTYPE (SvRV (ST (0))) != SVt_PVAV)
929 croak ("first argument to urxvt::term->_new must be arrayref");
930
931 rxvt_term *term = new rxvt_term; 976 rxvt_term *term = new rxvt_term;
932 977
933 stringvec *argv = new stringvec; 978 stringvec *argv = new stringvec;
934 stringvec *envv = new stringvec; 979 stringvec *envv = new stringvec;
935 980
936 for (int i = 1; i < items; i++) 981 for (int i = 0; i <= AvFILL (arg); i++)
937 argv->push_back (strdup (SvPVbyte_nolen (ST (i)))); 982 argv->push_back (strdup (SvPVbyte_nolen (*av_fetch (arg, i, 1))));
938 983
939 AV *env = (AV *)SvRV (ST (0));
940 for (int i = AvFILL (env) + 1; i--; ) 984 for (int i = AvFILL (env) + 1; i--; )
941 envv->push_back (strdup (SvPVbyte_nolen (*av_fetch (env, i, 1)))); 985 envv->push_back (strdup (SvPVbyte_nolen (*av_fetch (env, i, 1))));
942 986
943 envv->push_back (0); 987 envv->push_back (0);
944 988
972rxvt_term::set_should_invoke (int htype, int inc) 1016rxvt_term::set_should_invoke (int htype, int inc)
973 CODE: 1017 CODE:
974 THIS->perl.should_invoke [htype] += inc; 1018 THIS->perl.should_invoke [htype] += inc;
975 1019
976void 1020void
977rxvt_term::grab_button (int button, U32 modifiers) 1021rxvt_term::grab_button (int button, U32 modifiers, Window window = THIS->vt)
978 CODE: 1022 CODE:
979 XGrabButton (THIS->display->display, button, modifiers, THIS->vt, 1, 1023 XGrabButton (THIS->dpy, button, modifiers, window, 1,
980 ButtonPressMask | ButtonReleaseMask | EnterWindowMask | LeaveWindowMask | PointerMotionMask, 1024 ButtonPressMask | ButtonReleaseMask | EnterWindowMask | LeaveWindowMask | PointerMotionMask,
981 GrabModeSync, GrabModeSync, None, GRAB_CURSOR); 1025 GrabModeSync, GrabModeSync, None, GRAB_CURSOR);
982 1026
1027void
1028rxvt_term::ungrab_button (int button, U32 modifiers, Window window = THIS->vt)
1029 CODE:
1030 XUngrabButton (THIS->dpy, button, modifiers, window);
1031
1032#if 0
1033
1034void
1035XGrabKey (rxvt_term *THIS, int keycode, U32 modifiers, Window window = THIS->vt)
1036 C_ARGS:
1037 THIS->dpy, keycode, modifiers, window, 1,
1038 GrabModeSync, GrabModeSync
1039
1040void
1041XUngrabKey (rxvt_term *THIS, int keycode, U32 modifiers, Window window = THIS->vt)
1042 C_ARGS: THIS->dpy, keycode, modifiers, window
1043
1044#endif
1045
983bool 1046bool
984rxvt_term::grab (Time eventtime, int sync = 0) 1047rxvt_term::grab (Time eventtime, int sync = 0)
985 CODE: 1048 CODE:
986{ 1049{
987 int mode = sync ? GrabModeSync : GrabModeAsync; 1050 int mode = sync ? GrabModeSync : GrabModeAsync;
988 1051
989 THIS->perl.grabtime = 0; 1052 THIS->perl.grabtime = 0;
990 1053
991 if (!XGrabPointer (THIS->display->display, THIS->vt, 0, 1054 if (!XGrabPointer (THIS->dpy, THIS->vt, 0,
992 ButtonPressMask | ButtonReleaseMask | EnterWindowMask | LeaveWindowMask | PointerMotionMask, 1055 ButtonPressMask | ButtonReleaseMask | EnterWindowMask | LeaveWindowMask | PointerMotionMask,
993 mode, mode, None, GRAB_CURSOR, eventtime)) 1056 mode, mode, None, GRAB_CURSOR, eventtime))
994 if (!XGrabKeyboard (THIS->display->display, THIS->vt, 0, mode, mode, eventtime)) 1057 if (!XGrabKeyboard (THIS->dpy, THIS->vt, 0, mode, mode, eventtime))
995 THIS->perl.grabtime = eventtime; 1058 THIS->perl.grabtime = eventtime;
996 else 1059 else
997 XUngrabPointer (THIS->display->display, eventtime); 1060 XUngrabPointer (THIS->dpy, eventtime);
998 1061
999 RETVAL = !!THIS->perl.grabtime; 1062 RETVAL = !!THIS->perl.grabtime;
1000} 1063}
1001 OUTPUT: 1064 OUTPUT:
1002 RETVAL 1065 RETVAL
1003 1066
1004void 1067void
1005rxvt_term::allow_events_async () 1068rxvt_term::allow_events_async ()
1006 CODE: 1069 CODE:
1007 XAllowEvents (THIS->display->display, AsyncBoth, THIS->perl.grabtime); 1070 XAllowEvents (THIS->dpy, AsyncBoth, THIS->perl.grabtime);
1008 1071
1009void 1072void
1010rxvt_term::allow_events_sync () 1073rxvt_term::allow_events_sync ()
1011 CODE: 1074 CODE:
1012 XAllowEvents (THIS->display->display, SyncBoth, THIS->perl.grabtime); 1075 XAllowEvents (THIS->dpy, SyncBoth, THIS->perl.grabtime);
1013 1076
1014void 1077void
1015rxvt_term::allow_events_replay () 1078rxvt_term::allow_events_replay ()
1016 CODE: 1079 CODE:
1017 XAllowEvents (THIS->display->display, ReplayPointer, THIS->perl.grabtime); 1080 XAllowEvents (THIS->dpy, ReplayPointer, THIS->perl.grabtime);
1018 XAllowEvents (THIS->display->display, ReplayKeyboard, THIS->perl.grabtime); 1081 XAllowEvents (THIS->dpy, ReplayKeyboard, THIS->perl.grabtime);
1019 1082
1020void 1083void
1021rxvt_term::ungrab () 1084rxvt_term::ungrab ()
1022 CODE: 1085 CODE:
1023 ungrab (THIS); 1086 ungrab (THIS);
1174 if (events != EVENT_UNDEF) 1237 if (events != EVENT_UNDEF)
1175 THIS->pty_ev.set (events); 1238 THIS->pty_ev.set (events);
1176 OUTPUT: 1239 OUTPUT:
1177 RETVAL 1240 RETVAL
1178 1241
1242int
1243rxvt_term::pty_fd ()
1244 CODE:
1245 RETVAL = THIS->pty->pty;
1246 OUTPUT:
1247 RETVAL
1248
1179Window 1249Window
1180rxvt_term::parent () 1250rxvt_term::parent ()
1181 CODE: 1251 CODE:
1182 RETVAL = THIS->parent [0]; 1252 RETVAL = THIS->parent [0];
1183 OUTPUT: 1253 OUTPUT:
1222 1292
1223void 1293void
1224rxvt_term::focus_out () 1294rxvt_term::focus_out ()
1225 1295
1226void 1296void
1297rxvt_term::key_press (unsigned int state, unsigned int keycode, Time time = CurrentTime)
1298 ALIAS:
1299 key_release = 1
1300 CODE:
1301{
1302 XKeyEvent xkey;
1303
1304 memset (&xkey, 0, sizeof (xkey));
1305
1306 xkey.time = time;
1307 xkey.state = state;
1308 xkey.keycode = keycode;
1309
1310 xkey.type = ix ? KeyRelease : KeyPress;
1311 xkey.display = THIS->dpy;
1312 xkey.window = THIS->vt;
1313 xkey.root = THIS->display->root;
1314 xkey.subwindow = THIS->vt;
1315
1316 if (ix)
1317 THIS->key_release (xkey);
1318 else
1319 THIS->key_press (xkey);
1320}
1321
1322void
1227rxvt_term::want_refresh () 1323rxvt_term::want_refresh ()
1228 CODE: 1324 CODE:
1229 THIS->want_refresh = 1; 1325 THIS->want_refresh = 1;
1230 1326
1231void 1327void
1237 1333
1238 line_t &l = ROW(row_number); 1334 line_t &l = ROW(row_number);
1239 1335
1240 if (GIMME_V != G_VOID) 1336 if (GIMME_V != G_VOID)
1241 { 1337 {
1242 wchar_t *wstr = new wchar_t [THIS->ncol]; 1338 wchar_t *wstr = rxvt_temp_buf<wchar_t> (THIS->ncol);
1243 1339
1244 for (int col = 0; col < THIS->ncol; col++) 1340 for (int col = 0; col < THIS->ncol; col++)
1245 wstr [col] = l.t [col]; 1341 wstr [col] = l.t [col];
1246 1342
1247 XPUSHs (sv_2mortal (wcs2sv (wstr, THIS->ncol))); 1343 XPUSHs (sv_2mortal (wcs2sv (wstr, THIS->ncol)));
1248
1249 delete [] wstr;
1250 } 1344 }
1251 1345
1252 if (new_text) 1346 if (new_text)
1253 { 1347 {
1254 wchar_t *wstr = sv2wcs (new_text); 1348 wchar_t *wstr = sv2wcs (new_text);
1347rxvt_term::special_encode (SV *string) 1441rxvt_term::special_encode (SV *string)
1348 CODE: 1442 CODE:
1349{ 1443{
1350 wchar_t *wstr = sv2wcs (string); 1444 wchar_t *wstr = sv2wcs (string);
1351 int wlen = wcslen (wstr); 1445 int wlen = wcslen (wstr);
1352 wchar_t *rstr = new wchar_t [wlen]; // cannot become longer 1446 wchar_t *rstr = rxvt_temp_buf<wchar_t> (wlen * 2); // cannot become longer
1353 1447
1354 rxvt_push_locale (THIS->locale); 1448 rxvt_push_locale (THIS->locale);
1355 1449
1356 wchar_t *r = rstr; 1450 wchar_t *r = rstr;
1357 for (wchar_t *s = wstr; *s; s++) 1451 for (wchar_t *s = wstr; *s; s++)
1452 {
1453 int w = WCWIDTH (*s);
1454
1358 if (wcwidth (*s) == 0) 1455 if (w == 0)
1359 { 1456 {
1360 if (r == rstr) 1457 if (r == rstr)
1361 croak ("leading combining character unencodable"); 1458 croak ("leading combining character unencodable");
1362 1459
1363 unicode_t n = rxvt_compose (r[-1], *s); 1460 unicode_t n = rxvt_compose (r[-1], *s);
1364 if (n == NOCHAR) 1461 if (n == NOCHAR)
1365 n = rxvt_composite.compose (r[-1], *s); 1462 n = rxvt_composite.compose (r[-1], *s);
1366 1463
1367 r[-1] = n; 1464 r[-1] = n;
1368 } 1465 }
1369#if !UNICODE_3 1466#if !UNICODE_3
1370 else if (*s >= 0x10000) 1467 else if (*s >= 0x10000)
1371 *r++ = rxvt_composite.compose (*s); 1468 *r++ = rxvt_composite.compose (*s);
1372#endif 1469#endif
1373 else 1470 else
1374 *r++ = *s; 1471 *r++ = *s;
1472
1473 // the *2 above only allows wcwidth <= 2
1474 if (w > 1)
1475 *r++ = NOCHAR;
1476 }
1375 1477
1376 rxvt_pop_locale (); 1478 rxvt_pop_locale ();
1377 1479
1378 RETVAL = wcs2sv (rstr, r - rstr); 1480 RETVAL = wcs2sv (rstr, r - rstr);
1379
1380 delete [] rstr;
1381} 1481}
1382 OUTPUT: 1482 OUTPUT:
1383 RETVAL 1483 RETVAL
1384 1484
1385SV * 1485SV *
1397 else if (IS_COMPOSE (*s)) 1497 else if (IS_COMPOSE (*s))
1398 dlen += rxvt_composite.expand (*s, 0); 1498 dlen += rxvt_composite.expand (*s, 0);
1399 else 1499 else
1400 dlen++; 1500 dlen++;
1401 1501
1402 wchar_t *rstr = new wchar_t [dlen]; 1502 wchar_t *rstr = rxvt_temp_buf<wchar_t> (dlen);
1403 1503
1404 // decode 1504 // decode
1405 wchar_t *r = rstr; 1505 wchar_t *r = rstr;
1406 for (wchar_t *s = wstr; *s; s++) 1506 for (wchar_t *s = wstr; *s; s++)
1407 if (*s == NOCHAR) 1507 if (*s == NOCHAR)
1410 r += rxvt_composite.expand (*s, r); 1510 r += rxvt_composite.expand (*s, r);
1411 else 1511 else
1412 *r++ = *s; 1512 *r++ = *s;
1413 1513
1414 RETVAL = wcs2sv (rstr, r - rstr); 1514 RETVAL = wcs2sv (rstr, r - rstr);
1415
1416 delete [] rstr;
1417} 1515}
1418 OUTPUT: 1516 OUTPUT:
1419 RETVAL 1517 RETVAL
1420 1518
1421void 1519void
1422rxvt_term::_resource (char *name, int index, SV *newval = 0) 1520rxvt_term::_resource (char *name, int index, SV *newval = 0)
1423 PPCODE: 1521 PPCODE:
1424{ 1522{
1425 struct resval { const char *name; int value; } rslist [] = { 1523 static const struct resval { const char *name; int value; } *rs, rslist [] = {
1426# define def(name) { # name, Rs_ ## name }, 1524# define def(name) { # name, Rs_ ## name },
1427# define reserve(name,count) 1525# define reserve(name,count)
1428# include "rsinc.h" 1526# include "rsinc.h"
1429# undef def 1527# undef def
1430# undef reserve 1528# undef reserve
1431 }; 1529 };
1432 1530
1433 struct resval *rs = rslist + sizeof (rslist) / sizeof (rslist [0]); 1531 rs = rslist + sizeof (rslist) / sizeof (rslist [0]);
1434 1532
1435 do { 1533 do {
1436 if (rs-- == rslist) 1534 if (rs-- == rslist)
1437 croak ("no such resource '%s', requested", name); 1535 croak ("no such resource '%s', requested", name);
1438 } while (strcmp (name, rs->name)); 1536 } while (strcmp (name, rs->name));
1562 CODE: 1660 CODE:
1563 RETVAL = THIS->charsets [THIS->screen.charset]; 1661 RETVAL = THIS->charsets [THIS->screen.charset];
1564 OUTPUT: 1662 OUTPUT:
1565 RETVAL 1663 RETVAL
1566 1664
1567#void 1665void
1568#rxvt_term::selection_clear () 1666rxvt_term::selection_clear ()
1569 1667
1570void 1668void
1571rxvt_term::selection_make (Time eventtime, bool rect = false) 1669rxvt_term::selection_make (Time eventtime, bool rect = false)
1572 CODE: 1670 CODE:
1573 THIS->selection.op = SELECTION_CONT; 1671 THIS->selection.op = SELECTION_CONT;
1663void 1761void
1664rxvt_term::XListProperties (Window window) 1762rxvt_term::XListProperties (Window window)
1665 PPCODE: 1763 PPCODE:
1666{ 1764{
1667 int count; 1765 int count;
1668 Atom *props = XListProperties (THIS->display->display, window, &count); 1766 Atom *props = XListProperties (THIS->dpy, window, &count);
1669 1767
1670 EXTEND (SP, count); 1768 EXTEND (SP, count);
1671 while (count--) 1769 while (count--)
1672 PUSHs (newSVuv ((U32)props [count])); 1770 PUSHs (newSVuv ((U32)props [count]));
1673 1771
1682 int format; 1780 int format;
1683 unsigned long nitems; 1781 unsigned long nitems;
1684 unsigned long bytes_after; 1782 unsigned long bytes_after;
1685 unsigned char *prop; 1783 unsigned char *prop;
1686 1784
1687 XGetWindowProperty (THIS->display->display, window, property, 1785 XGetWindowProperty (THIS->dpy, window, property,
1688 0, 1<<24, 0, AnyPropertyType, 1786 0, 1<<24, 0, AnyPropertyType,
1689 &type, &format, &nitems, &bytes_after, &prop); 1787 &type, &format, &nitems, &bytes_after, &prop);
1690 1788
1691 if (type != None) 1789 if (type != None)
1692 { 1790 {
1711 1809
1712 int elemsize = format == 16 ? sizeof (short) 1810 int elemsize = format == 16 ? sizeof (short)
1713 : format == 32 ? sizeof (long) 1811 : format == 32 ? sizeof (long)
1714 : 1; 1812 : 1;
1715 1813
1716 XChangeProperty (THIS->display->display, window, property, 1814 XChangeProperty (THIS->dpy, window, property,
1717 type, format, PropModeReplace, 1815 type, format, PropModeReplace,
1718 (unsigned char *)data_, len / elemsize); 1816 (unsigned char *)data_, len / elemsize);
1719 XSync (THIS->display->display, 0); 1817 XSync (THIS->dpy, 0);
1720} 1818}
1721 1819
1722Atom 1820Atom
1723XInternAtom (rxvt_term *term, char *atom_name, int only_if_exists = FALSE) 1821XInternAtom (rxvt_term *term, char *atom_name, int only_if_exists = FALSE)
1724 C_ARGS: term->display->display, atom_name, only_if_exists 1822 C_ARGS: term->dpy, atom_name, only_if_exists
1725 1823
1726char * 1824char *
1727XGetAtomName (rxvt_term *term, Atom atom) 1825XGetAtomName (rxvt_term *term, Atom atom)
1728 C_ARGS: term->display->display, atom 1826 C_ARGS: term->dpy, atom
1729 CLEANUP: 1827 CLEANUP:
1730 XFree (RETVAL); 1828 XFree (RETVAL);
1731 1829
1732void 1830void
1733XDeleteProperty (rxvt_term *term, Window window, Atom property) 1831XDeleteProperty (rxvt_term *term, Window window, Atom property)
1734 C_ARGS: term->display->display, window, property 1832 C_ARGS: term->dpy, window, property
1735 1833
1736Window 1834Window
1737rxvt_term::DefaultRootWindow () 1835rxvt_term::DefaultRootWindow ()
1738 CODE: 1836 CODE:
1739 RETVAL = THIS->display->root; 1837 RETVAL = THIS->display->root;
1742 1840
1743#if 0 1841#if 0
1744 1842
1745Window 1843Window
1746XCreateSimpleWindow (rxvt_term *term, Window parent, int x, int y, unsigned int width, unsigned int height) 1844XCreateSimpleWindow (rxvt_term *term, Window parent, int x, int y, unsigned int width, unsigned int height)
1747 C_ARGS: term->display->display, (Window)parent, 1845 C_ARGS: term->dpy, (Window)parent,
1748 x, y, width, height, 0, 1846 x, y, width, height, 0,
1749 term->pix_colors_focused[Color_border], 1847 term->pix_colors_focused[Color_border],
1750 term->pix_colors_focused[Color_border] 1848 term->pix_colors_focused[Color_border]
1751 1849
1752#endif 1850#endif
1753 1851
1754void 1852void
1755XReparentWindow (rxvt_term *term, Window window, Window parent, int x = 0, int y = 0) 1853XReparentWindow (rxvt_term *term, Window window, Window parent, int x = 0, int y = 0)
1756 C_ARGS: term->display->display, window, parent, x, y 1854 C_ARGS: term->dpy, window, parent, x, y
1757 1855
1758void 1856void
1759XMapWindow (rxvt_term *term, Window window) 1857XMapWindow (rxvt_term *term, Window window)
1760 C_ARGS: term->display->display, window 1858 C_ARGS: term->dpy, window
1761 1859
1762void 1860void
1763XUnmapWindow (rxvt_term *term, Window window) 1861XUnmapWindow (rxvt_term *term, Window window)
1764 C_ARGS: term->display->display, window 1862 C_ARGS: term->dpy, window
1765 1863
1766void 1864void
1767XMoveResizeWindow (rxvt_term *term, Window window, int x, int y, unsigned int width, unsigned int height) 1865XMoveResizeWindow (rxvt_term *term, Window window, int x, int y, unsigned int width, unsigned int height)
1768 C_ARGS: term->display->display, window, x, y, width, height 1866 C_ARGS: term->dpy, window, x, y, width, height
1769 1867
1770void 1868void
1771rxvt_term::XChangeInput (Window window, U32 add_events, U32 del_events = 0) 1869rxvt_term::XChangeInput (Window window, U32 add_events, U32 del_events = 0)
1772 CODE: 1870 CODE:
1773{ 1871{
1774 XWindowAttributes attr; 1872 XWindowAttributes attr;
1775 XGetWindowAttributes (THIS->display->display, window, &attr); 1873 XGetWindowAttributes (THIS->dpy, window, &attr);
1776 XSelectInput (THIS->display->display, window, attr.your_event_mask | add_events & ~del_events); 1874 XSelectInput (THIS->dpy, window, attr.your_event_mask | add_events & ~del_events);
1777} 1875}
1778 1876
1779void 1877void
1780rxvt_term::XTranslateCoordinates (Window src, Window dst, int x, int y) 1878rxvt_term::XTranslateCoordinates (Window src, Window dst, int x, int y)
1781 PPCODE: 1879 PPCODE:
1782{ 1880{
1783 int dx, dy; 1881 int dx, dy;
1784 Window child; 1882 Window child;
1785 1883
1786 if (XTranslateCoordinates (THIS->display->display, src, dst, x, y, &dx, &dy, &child)) 1884 if (XTranslateCoordinates (THIS->dpy, src, dst, x, y, &dx, &dy, &child))
1787 { 1885 {
1788 EXTEND (SP, 3); 1886 EXTEND (SP, 3);
1789 PUSHs (newSViv (dx)); 1887 PUSHs (newSViv (dx));
1790 PUSHs (newSViv (dy)); 1888 PUSHs (newSViv (dy));
1791 PUSHs (newSVuv (child)); 1889 PUSHs (newSVuv (child));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines