Subject: Re: ^W killed my line
To: None <current-users@netbsd.org>
From: Greg A. Woods <woods@most.weird.com>
List: current-users
Date: 03/10/2000 00:20:27
[ On Thursday, March 2, 2000 at 02:20:19 (-0500), der Mouse wrote: ]
> Subject: Re: ^W killed my line
>
> it didn't do diddly. ("sleep 5; cat" and type the dsuspc...nothing
> happens when the sleep expires.)
Hmm.... then this *does* work on NetBSD-1.3.2!
$ uname -rsm
NetBSD 1.3.2 sparc
$ sleep 5 ; cat
^Y
asdf
%1 Suspended
$ $ asdf: not found
$ jobs
[1] 25594 Suspended cat
and still works on 1.4.1 too:
$ uname -rsm
NetBSD 1.4.1 i386
$ sleep 5 ; cat
^Y
laksdjflaksdjf
%1 Suspended
$ $ laksdjflaksdjf: not found
$ jobs
[1] 18152 Suspended cat
--
Greg A. Woods
+1 416 218-0098 VE3TCP <gwoods@acm.org> <robohack!woods>
Planix, Inc. <woods@planix.com>; Secrets of the Weird <woods@weird.com>