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.227 by sf-exg, Wed Sep 3 18:47:16 2014 UTC vs.
Revision 1.228 by sf-exg, Fri Sep 5 19:02:53 2014 UTC

1307 OUTPUT: RETVAL 1307 OUTPUT: RETVAL
1308 1308
1309int 1309int
1310rxvt_term::XKeycodeToKeysym (int code, int index) 1310rxvt_term::XKeycodeToKeysym (int code, int index)
1311 CODE: 1311 CODE:
1312 RETVAL = XKeycodeToKeysym (THIS->dpy, code, index); 1312 RETVAL = rxvt_XKeycodeToKeysym (THIS->dpy, code, index);
1313 OUTPUT: RETVAL 1313 OUTPUT: RETVAL
1314 1314
1315int 1315int
1316rxvt_term::strwidth (SV *str) 1316rxvt_term::strwidth (SV *str)
1317 CODE: 1317 CODE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines