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

Can't wipe filesystem signature, enter doesn't confirm #101

Closed dankamongmen closed 3 years ago

dankamongmen commented 3 years ago

I want to wipe a filesystem signature. I press 'w' to do so, and get a confirmation dialog. I am then pressing enter to confirm the operation ('d'o it), but nothing happens. The dialog stays up. Pressing enter on 'abort' doesn't take, either. :/

dankamongmen commented 3 years ago

It looks like we thrashed activeform's handling of NCKEY_ENTER when we added the menu, argh :/. Pretty trivial fix now that I've looked into it. Verified I can do a filesystem wipe off a USB device's vfat sacrifice.

dankamongmen commented 3 years ago

Fix looks good!