klange / toaruos

A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
https://toaruos.org/
University of Illinois/NCSA Open Source License
6.03k stars 475 forks source link

Handle SIGINT in `plasma` #186

Closed jozefnagy1133 closed 5 years ago

jozefnagy1133 commented 5 years ago

Fix SIGINT handler for CTRL+C from terminal - #185