This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: readline messing with SA_RESTART for SIGWINCH


"Dale P. Smith" <dpsm@en.com> writes:

> You can set rl_pre_input_hook to a function that does siginterrupt(SIGWINCH, 0) or uses sigaction to set SA_RESTART.  This provides a fix and lets readline handle SIGWINCH.

If anyone provides the code for rl_pre_input_hook and a test for
configure (code is sufficient), then I'll include it in the 1.4
release.

However, we're *really* close to release now, so I'd better have it
tonight to be able to include it.

But it's of course OK to include it later also.

/mdj

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]