Message16509
Logged In: YES
user_id=119306
I have an approach to have readline work well with threads while still
acknowledging KeyboardInterrrupt. Using the alternate readline interface
of rl_callback_handler_install() and rl_callback_read_char() along with a
select(), we can recognize the interrupt signal when select returns EINTR
and not need the signal handler at all. I just need to try my patch on a
few more systems and try to put Anthony at ease. |
|
Date |
User |
Action |
Args |
2007-08-23 14:14:06 | admin | link | issue756924 messages |
2007-08-23 14:14:06 | admin | create | |
|