From owner-freebsd-current@FreeBSD.ORG Thu Nov 8 20:29:03 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4F1B16A469 for ; Thu, 8 Nov 2007 20:29:03 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from smtp1.yandex.ru (smtp1.yandex.ru [213.180.223.87]) by mx1.freebsd.org (Postfix) with ESMTP id 0AC7013C4CE for ; Thu, 8 Nov 2007 20:29:01 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from [193.138.149.24] ([193.138.149.24]:18672 "EHLO nx7400.local.domain" smtp-auth: "cvs-src" TLS-CIPHER: TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S8372619AbXKHU2j (ORCPT ); Thu, 8 Nov 2007 23:28:39 +0300 X-Comment: RFC 2476 MSA function at smtp1.yandex.ru logged sender identity as: cvs-src Message-ID: <47338CFE.9070202@yandex.ru> Date: Fri, 09 Nov 2007 00:26:06 +0200 From: "R.Mahmatkhanov" User-Agent: Thunderbird 2.0.0.6 (X11/20070819) MIME-Version: 1.0 To: Matthew Seaman References: <47338245.6040108@yandex.ru> <47336EEB.3020505@infracaninophile.co.uk> In-Reply-To: <47336EEB.3020505@infracaninophile.co.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Thu, 08 Nov 2007 20:32:13 +0000 Cc: freebsd-current@freebsd.org Subject: Re: bug in telnet client? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 20:29:03 -0000 Matthew Seaman пишет: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > R.Mahmatkhanov wrote: >> Good day! >> >> A friend of mine just pick this bug (whatever). >> >> 1. run telnet >> 2. on telnet> prompt do: >> - press and hold 'Ctrl' button >> - then press '~' button >> - then press '\' button >> - unpress the 'Ctrl' button >> 3. You'll see this: >> > telnet> ^\Quit (core dumped) >> >> It plays in all tested 6.x/7.x with tcsh/zsh/xterm. > > Ctrl-\ sends a SIGQUIT in most terminals: Thank you for explaining this.