asomers / ztop

Display ZFS datasets' I/O in real time
BSD 2-Clause "Simplified" License
69 stars 7 forks source link

Correctly reset the terminal when quitting the application #38

Closed asomers closed 9 months ago

asomers commented 9 months ago

When quitting the application, reset the terminal settings. This is necessary for bash and ksh93, but not for sh, csh, tcsh, and fish.

Fixes #37