X-Git-Url: http://git.shiar.net/descalc.git/blobdiff_plain/7db84757c6ba80836bc8c2cc9de326f16862a2cd..4e1d9535fda6685e53ce570ca4e4cd6c260f55d3:/15_menu.pm?ds=sidebyside diff --git a/15_menu.pm b/15_menu.pm index 7af32db..9ae8c03 100644 --- a/15_menu.pm +++ b/15_menu.pm @@ -9,6 +9,12 @@ # 1.09.1 200410112150 - everything related to menus moved here # 1.06.1 200409152332 - moved @menus from 1.6 main +#todo: merge basics back into main; i/o functions in display modules +# (menu can also be disabled at this level, without too high cost) +#todo: always remember parent menus (so no need to store back-item (0) +# and ability to show higher levels) +#todo: also store menu hash (to add additional items to a specific submenu) + use strict; use warnings;