| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 |
| 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( <STDIN> ) {
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |