mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
126d2d1be3
Remove enum main_action_offset, enum edit_action_offset, and enum menu_action_offset. It seems the original plan (in commit 174eabf1a448d3f084a318aab77805828f35c42e on 2005-05-16) was to include the action flags in the action IDs, perhaps with something like: ACT_##map##_##action = ACT_##map##_OFFSET_##action | flags However, this OR operation was never implemented; each ACT_*_* constant had the same value as the corresponding ACT_*_OFFSET_*, and the code that looked for flags in action IDs found only zeroes. Then on 2005-06-10, a separate action.flags member was added, and the flag checks were corrected to read that instead. So, it seems safe to say that the original plan has been discarded and the offset enumerations won't be needed. |
||
---|---|---|
.. | ||
actions-edit.inc | ||
actions-main.inc | ||
actions-menu.inc | ||
cmdline.c | ||
cmdline.h | ||
conf.c | ||
conf.h | ||
dialogs.c | ||
dialogs.h | ||
home.c | ||
home.h | ||
kbdbind.c | ||
kbdbind.h | ||
Makefile | ||
options.c | ||
options.h | ||
options.inc | ||
opttypes.c | ||
opttypes.h | ||
timer.c | ||
timer.h | ||
urlhist.c | ||
urlhist.h |