daanx / isocline

Isocline is a portable GNU readline alternative
MIT License
232 stars 23 forks source link

Handle Ctrl-c #16

Open alissa-tung opened 2 years ago

alissa-tung commented 2 years ago

currently, Ctrl-c, Ctrl-d and other errors will cause ic_readline return NULL, how can we treat Ctrl-c differently when calling from Haskell?