dankamongmen / growlight

notcurses block device manager / system installation tool
https://nick-black.com/dankwiki/index.php/Growlight
GNU General Public License v3.0
85 stars 12 forks source link

growlight segfaults on startup with notcurses 3.0.4 #155

Closed dankamongmen closed 2 years ago

dankamongmen commented 2 years ago

Also possibly earlier notcurses releases. The stack trace blows up in ncmenu_create().

dankamongmen commented 2 years ago

hrmm, a fresh build doesn't show this problem.

did we break ABI when we enlarged the ncinput structure? is it used in ncmenu_options? if so, whoops, argh...

dankamongmen commented 2 years ago

yep, ncmenu_section->shortcut is just an ncinput, argh!

dankamongmen commented 2 years ago

updated to require 3.0.4.

updated shortcuts to use modifiers.