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

Comparing rxvt-unicode/src/xdefaults.C (file contents):
Revision 1.175 by sf-exg, Fri May 2 20:34:24 2014 UTC vs.
Revision 1.176 by sf-exg, Fri May 2 20:35:00 2014 UTC

742 return -1; 742 return -1;
743 } 743 }
744 744
745 wchar_t *ws = rxvt_mbstowcs (arg); 745 wchar_t *ws = rxvt_mbstowcs (arg);
746 if (!HOOK_INVOKE ((this, HOOK_REGISTER_COMMAND, DT_INT, sym, DT_INT, state, DT_WCS_LEN, ws, wcslen (ws), DT_END))) 746 if (!HOOK_INVOKE ((this, HOOK_REGISTER_COMMAND, DT_INT, sym, DT_INT, state, DT_WCS_LEN, ws, wcslen (ws), DT_END)))
747 keyboard->register_user_translation (sym, state, ws); 747 keyboard->register_action (sym, state, ws);
748 748
749 free (ws); 749 free (ws);
750 return 1; 750 return 1;
751} 751}
752 752

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines