ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
(Generate patch)

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.310 by root, Thu Feb 23 19:26:56 2006 UTC vs.
Revision 1.311 by root, Sat Mar 4 20:14:35 2006 UTC

3756 int saveop = op; 3756 int saveop = op;
3757 3757
3758 dLocal (Display *, dpy); 3758 dLocal (Display *, dpy);
3759 3759
3760 assert (str != NULL); 3760 assert (str != NULL);
3761
3762 if (HOOK_INVOKE ((this, HOOK_OSC_SEQ, DT_INT, op, DT_STR, str, DT_END)))
3763 ; // no responses yet
3764
3761 switch (op) 3765 switch (op)
3762 { 3766 {
3763 case XTerm_name: 3767 case XTerm_name:
3764 set_title (str); 3768 set_title (str);
3765 /* FALLTHROUGH */ 3769 /* FALLTHROUGH */
3982 break; 3986 break;
3983#endif 3987#endif
3984 3988
3985#if ENABLE_PERL 3989#if ENABLE_PERL
3986 case URxvt_perl: 3990 case URxvt_perl:
3987 if (HOOK_INVOKE ((this, HOOK_OSC_SEQ, DT_STR, str, DT_END))) 3991 if (HOOK_INVOKE ((this, HOOK_OSC_SEQ_PERL, DT_STR, str, DT_END)))
3988 ; // no responses yet 3992 ; // no responses yet
3989 break; 3993 break;
3990#endif 3994#endif
3991 } 3995 }
3992} 3996}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines