On 6/22/23 11:57 AM, Andrew Burgess wrote:

That test needs to be augmented with a condition that won't be true unless
callback mode is actually active. You should be able to test
RL_STATE_CALLBACK using RL_ISSTATE(), but you might also want to test
whether rl_linefunc is non-null. Let me know what works for you.

Looking at the code I think that RL_ISSTATE (RL_STATE_CALLBACK) will be
true only when rl_linefunc != NULL and vice versa, so I think just
checking one of these will be fine.

The patch below calls rl_echo_signal_char when RL_STATE_CALLBACK is not
set, or when rl_persistent_signal_handlers is true, which I think covers
all the cases.

OK, we'll try this one.

Chet

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    [email protected]    http://tiswww.cwru.edu/~chet/


Reply via email to