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

Comparing rxvt-unicode/src/keyboard.C (file contents):
Revision 1.19 by root, Wed Jan 4 04:42:45 2006 UTC vs.
Revision 1.20 by root, Fri Jan 6 01:16:58 2006 UTC

74output_string (rxvt_term *rt, const char *str) 74output_string (rxvt_term *rt, const char *str)
75{ 75{
76 if (strncmp (str, "command:", 8) == 0) 76 if (strncmp (str, "command:", 8) == 0)
77 rt->cmd_write (str + 8, strlen (str) - 8); 77 rt->cmd_write (str + 8, strlen (str) - 8);
78 else if (strncmp (str, "perl:", 5) == 0) 78 else if (strncmp (str, "perl:", 5) == 0)
79 PERL_INVOKE((rt, HOOK_KEYBOARD_COMMAND, DT_STRING, str + 5, DT_END)); 79 HOOK_INVOKE((rt, HOOK_KEYBOARD_COMMAND, DT_STRING, str + 5, DT_END));
80 else 80 else
81 rt->tt_write (str, strlen (str)); 81 rt->tt_write (str, strlen (str));
82} 82}
83 83
84static void 84static void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines