> > In BufferView_pimpl.C:1036
> > in the function void BufferView::Pimpl::cursorToggle()
> > the function sigchldhandler(int, int *)
> > is called, which is a function from the spellcheck code.
> > Shouldn't sigchldchecker(int, int *) be called instead?
>
> Why do you think this is the right one
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes:
Edwin> Hi, A small question:
Edwin> In
Edwin> BufferView_pimpl.C:1036
Edwin> in the function
Edwin> void BufferView::Pimpl::cursorToggle()
Edwin> the function
Edwin> sigchldhandler(int, int *)
Edwin> is called, which is a function f
Hi,
A small question:
In
BufferView_pimpl.C:1036
in the function
void BufferView::Pimpl::cursorToggle()
the function
sigchldhandler(int, int *)
is called, which is a function from the spellcheck code.
Shouldn't
sigchldchecker(int, int *)
be called instead?
Thanks, Ed.