Re: "ctrl+c" disabled!

From: Charles Lepple
Date: Thu Aug 21 2003 - 23:19:24 EST


Bill J.Xu wrote:
after run od -tx1, the following is the result
------------------------------------------------
bash-2.05# ./od -tx1
0000000

That's after you pressed ^C in your terminal program? What you have there shows that od has not received any characters.

Pick another control character, and use 'stty intr' to set that as your interrupt character. I don't have any experience with SecureCRT, but it may use ^C to implement the Windows Edit->Copy function.

--
Charles Lepple <ghz.cc!clepple>


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/