jcs
/subtext
/amendments
/main_menu.h
Amendments on November 28, 2023
*: Move views out of database to flat files
Remove half-baked view editor and cache file contents in memory.
Add a sysop menu option to reload them.
When opening the database, if the command key is held down, prevent
opening the last-opened database and prompt for a different one.
Amendments on April 6, 2023
board+main_menu: Add ACTION_BOARD_LIST_BOARDS, fix bug in indexing
Since there may be more than 10 boards now with FTN support, add a
function to list local boards.
Fix bug in board_index_sorted_post_ids that was writing a bogus map
when there were no threads.
Amendments on March 14, 2023
jcs made amendment
412
about 1 year ago
Amendments on March 7, 2023
jcs made amendment
365
about 1 year ago
Amendments on November 11, 2022
*: Add dynamically configured main menu
The list of action->key pairs can be edited from the console menu,
and doubles as a list of each key->label that we can print for the
default main menu shown to the user when no custom menu is defined.
1