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.235 by sf-exg, Tue Feb 17 14:48:59 2015 UTC vs.
Revision 1.236 by sf-exg, Tue Mar 17 09:23:08 2015 UTC

1862 } 1862 }
1863} 1863}
1864 OUTPUT: 1864 OUTPUT:
1865 RETVAL 1865 RETVAL
1866 1866
1867SV *
1868rxvt_term::lookup_keysym (int keysym, unsigned int state)
1869 CODE:
1870{
1871 keysym_t *key = THIS->keyboard->lookup_keysym (THIS, keysym, state);
1872 RETVAL = key ? sv_2mortal (newSVpv (key->str, 0)) : &PL_sv_undef;
1873}
1874 OUTPUT:
1875 RETVAL
1876
1867bool 1877bool
1868rxvt_term::bind_action (octet_string keysym, octet_string action) 1878rxvt_term::bind_action (octet_string keysym, octet_string action)
1869 ALIAS: 1879 ALIAS:
1870 parse_keysym = 1 1880 parse_keysym = 1
1871 CODE: 1881 CODE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines