From owner-freebsd-hackers Thu Dec 22 08:08:23 1994 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id IAA04905 for hackers-outgoing; Thu, 22 Dec 1994 08:08:23 -0800 Received: from fslg8.fsl.noaa.gov (fslg8.fsl.noaa.gov [137.75.131.171]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id QAA04892 for ; Thu, 22 Dec 1994 16:08:12 GMT Received: by fslg8.fsl.noaa.gov (5.57/Ultrix3.0-C) id AA06788; Thu, 22 Dec 94 10:07:18 -0600 Received: from woody.fsl.noaa.gov by yarmouth.fsl.noaa.gov (1.37.109.14/SMI-4.1 (1.37.109.14)) id AA264472435; Thu, 22 Dec 1994 11:07:15 -0500 Date: Thu, 22 Dec 1994 11:07:15 -0500 From: kelly@fsl.noaa.gov (Sean Kelly) Message-Id: <199412221607.AA264472435@yarmouth.fsl.noaa.gov> Received: by woody.fsl.noaa.gov (1.37.109.14/SMI-4.1 (1.37.109.14)) id AA205092429; Thu, 22 Dec 1994 09:07:09 -0700 To: bde@zeta.org.au Cc: burg@burg.is.ge.com, hackers@freebsd.org In-Reply-To: <199412221107.WAA02772@godzilla.zeta.org.au> (message from Bruce Evans on Thu, 22 Dec 1994 22:07:02 +1100) Subject: Re: bidirectional ports ? Sender: hackers-owner@freebsd.org Precedence: bulk >>>>> "Bruce" == Bruce Evans writes: Bruce> Another bug: if I run cu while rlogin'ed, it connects Bruce> correctly, but when I type "~.", both cu and rlogin exit. No bug: ``~'' is the escape character for both rlogin and cu. Send ~~. to disconnect the cu and keep the rlogin alive. --k