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.232 by root, Sat Dec 27 18:57:34 2014 UTC vs.
Revision 1.233 by root, Sat Dec 27 19:23:42 2014 UTC

1860} 1860}
1861 OUTPUT: 1861 OUTPUT:
1862 RETVAL 1862 RETVAL
1863 1863
1864bool 1864bool
1865rxvt_term::bind_action (octet_string keysym, utf8_string action) 1865rxvt_term::bind_action (octet_string keysym, octet_string action)
1866 ALIAS: 1866 ALIAS:
1867 parse_keysym = 1 1867 parse_keysym = 1
1868 CODE: 1868 CODE:
1869 RETVAL = 0 < THIS->bind_action (keysym, action); 1869 RETVAL = 0 < THIS->bind_action (keysym, action);
1870 THIS->keyboard->register_done (); 1870 THIS->keyboard->register_done ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines