Revision 99a0949b curses_keys.h

b/curses_keys.h
243 243

  
244 244
};
245 245

  
246
static const name2keysym_t name2keysym[] = {
246
static const a_name2keysym name2keysym[] = {
247 247
    /* Plain ASCII */
248 248
    { "space", 0x020 },
249 249
    { "exclam", 0x021 },

Also available in: Unified diff