--- rxvt-unicode/src/keyboard.h 2011/06/02 17:43:43 1.17 +++ rxvt-unicode/src/keyboard.h 2011/11/27 09:19:04 1.18 @@ -59,7 +59,7 @@ /* which are mapped to corresponding lower bits at register time */ uint16_t state; /* indicates each modifiers' DOWN/UP status */ keysym_type type; - const char *str; /* would normally be a keycode translation in UTF-8 */ + char *str; /* would normally be a keycode translation in UTF-8 */ }; class keyboard_manager