mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[config] Increment ACTION_BOX_SIZE. Refs #321
This commit is contained in:
parent
24b3adfc9d
commit
5e4863d48a
@ -532,7 +532,7 @@ static int keybinding_text_toggle;
|
||||
|
||||
/* XXX: ACTION_BOX_SIZE is just a quick hack, we ought to allocate
|
||||
* the sub-arrays separately. --pasky */
|
||||
#define ACTION_BOX_SIZE 138
|
||||
#define ACTION_BOX_SIZE 139
|
||||
static struct listbox_item *action_box_items[KEYMAP_MAX][ACTION_BOX_SIZE];
|
||||
|
||||
struct listbox_item *
|
||||
|
Loading…
x
Reference in New Issue
Block a user