Ctrl-C handler...

Q&A's, tips, howto's
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Ctrl-C handler...

Post by newdep »

Hello Lutz,

little remark, not sure if it behaviour or not...
This happens only in network-functions!

Normaly a (r)eset would give me back the prompt but it continues...

> (net-receive-from (net-listen 54000 "192.168.168.168" "udp") 4)

user reset -
(c)ontinue, e(x)it, (r)eset:r

user reset -
(c)ontinue, e(x)it, (r)eset:r

user reset -
(c)ontinue, e(x)it, (r)eset:r

user reset -
(c)ontinue, e(x)it, (r)eset:x

user reset -
(c)ontinue, e(x)it, (r)eset:x
-- (define? (Cornflakes))

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

This is normal. It needs to get out of the networking function and then it will reset.

Lutz

Locked