--- rxvt-unicode/src/rxvtperl.xs 2015/01/16 20:13:01 1.234 +++ rxvt-unicode/src/rxvtperl.xs 2015/03/17 09:23:08 1.236 @@ -3,7 +3,7 @@ *----------------------------------------------------------------------* * * All portions of code are copyright by their respective author/s. - * Copyright (c) 2005-2014,2011 Marc Lehmann + * Copyright (c) 2005-2014 Marc Lehmann * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1863,6 +1863,16 @@ } OUTPUT: RETVAL + +SV * +rxvt_term::lookup_keysym (int keysym, unsigned int state) + CODE: +{ + keysym_t *key = THIS->keyboard->lookup_keysym (THIS, keysym, state); + RETVAL = key ? sv_2mortal (newSVpv (key->str, 0)) : &PL_sv_undef; +} + OUTPUT: + RETVAL bool rxvt_term::bind_action (octet_string keysym, octet_string action)