daanx / isocline

Isocline is a portable GNU readline alternative

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle Ctrl-c

alissa-tung opened this issue · comments

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?