mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
add_accesskey_to_string: Use KBD_MOD_NONE, rather than plain 0.
This commit is contained in:
parent
f3b04b8645
commit
8be5ed9749
@ -187,7 +187,7 @@ void add_keystroke_to_string(struct string *str, struct term_event_keyboard *kbd
|
|||||||
* converted from unicode_val_T to that. \
|
* converted from unicode_val_T to that. \
|
||||||
* #ifdef CONFIG_UTF_8, the code is correct. */ \
|
* #ifdef CONFIG_UTF_8, the code is correct. */ \
|
||||||
kbd.key = accesskey; \
|
kbd.key = accesskey; \
|
||||||
kbd.modifier = 0; \
|
kbd.modifier = KBD_MOD_NONE; \
|
||||||
add_keystroke_to_string(str, &kbd, 0); \
|
add_keystroke_to_string(str, &kbd, 0); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user