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

Restore echo on exit #93

Closed dankamongmen closed 3 years ago

dankamongmen commented 3 years ago

Notcurses 1.7.6 introduces the NCDIRECT_OPTION_INHIBIT_CBREAK flag for ncdirect_init(). Use this flag to avoid entering cbreak mode, and thus retain echo on exit. Closes #87.