[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev LYNX: catch ^C's --> "are you sure?" (excellent!)
From: |
David Woolley |
Subject: |
Re: lynx-dev LYNX: catch ^C's --> "are you sure?" (excellent!) |
Date: |
Wed, 30 Jul 2003 07:31:32 +0100 (BST) |
> but that would leave no direct way to stop lynx (other than killing it
> from another terminal).
SIGQUIT (or SIGTSTP, followed by kill -TERM, on most modern Unices).
Note that non-trivial programs should handle SIGINT with a clean shutdown,
so it is not suitable for killing programs that have completely crashed
anyway.
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden