lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV Control-Z and SIGSTOP mysteries


From: Klaus Weide
Subject: Re: LYNX-DEV Control-Z and SIGSTOP mysteries
Date: Tue, 20 May 1997 16:29:21 -0500 (CDT)

On Tue, 20 May 1997, Hiram Lester, Jr. wrote:

> Ok, just compiled fotemods 5/19 with both standard and slang builds.  On
> HP, standard still will not suspend while slang suspends and resumes fine.
> On Linux, both ncurses and slang suspend and resume perfectly... sigh.

In the following section, near the bottom of main() in LYMain.c,
try inserting a statement

    signal(SIGTSTP, SIG_DFL)

a) before the setup(terminal) call,

OR

b) before the mainloop() call.

Does it change anything?

        /*
         *  Finish setting up and start an
         *  INTERACTIVE session. - FM
         */
        if (setup(terminal)) {
            if (display != NULL && *display != '\0') {
                LYisConfiguredForX = TRUE;
            }
            status = mainloop();


-- 
   Klaus

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]