clintermission/clintermission
Sebastian Lohff 89c486d085 Fix off-by-one in initial pos for menus with no header
Menus without a header had their initial position set to the second
element by default. This was due to most menus having a header and us
calling next_item() unconditionally. Now we first go to the first
focusable item and then call next_item() as many times as needed to get
to the specified initial_pos.
2022-10-26 11:28:53 +02:00
..
__init__.py Implement multiple selections with CliMultiMenu 2020-08-05 02:49:05 +02:00
climenu.py Fix off-by-one in initial pos for menus with no header 2022-10-26 11:28:53 +02:00