tiffany352 / rink-rs

Unit conversion tool and library written in rust
https://rinkcalc.app/about
GNU General Public License v3.0
408 stars 28 forks source link

Fixed CTRL+C behaviour #95

Closed kittywitch closed 3 years ago

kittywitch commented 3 years ago

Upon CTRL+C the program currently exits. This commit changes the CTRL+C behaviour to match expected shell behaviour.

tiffany352 commented 3 years ago

Thanks! That behavior change makes sense.