Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: vzy03312 AT ha DOT bekkoame DOT ne DOT jp (S.Yoshida) To: cygwin AT sources DOT redhat DOT com Subject: signal on windows2000 Date: Tue, 17 Oct 2000 03:42:45 +0900 (JST) Message-Id: <20001017.vzy03312.034245@ha.bekkoame.ne.jp> References: <971669045 DOT 14278 DOT ezmlm AT sources DOT redhat DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Yread v1.12 on Perl v5.007 built for cygwin % cat ed.pl $SIG{WINCH} = \&handler; sub handler($) { print("SIG$_[0] CAUGHT!\n"); } while( ) { print; } % perl ed.pl ALT+Enter ALT+Enter ALT+Enter ALT+Enter perl **************couldn't send signal 28 -- Best Regards, S.Yoshida vzy03312 AT ha DOT bekkoame DOT ne DOT jp -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com