From owner-freebsd-questions@FreeBSD.ORG Sun Jan 18 08:37:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9C2C16A4CE for ; Sun, 18 Jan 2004 08:37:53 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41DB943D1D for ; Sun, 18 Jan 2004 08:37:30 -0800 (PST) (envelope-from wegster@mindcore.net) Received: from mindcore.net (rdu162-234-100.nc.rr.com [24.162.234.100]) i0IGbRKY024384; Sun, 18 Jan 2004 11:37:28 -0500 (EST) Message-ID: <400AB647.4060101@mindcore.net> Date: Sun, 18 Jan 2004 11:37:27 -0500 From: Scott W User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20031129 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mario Antonio References: <000501c3dd54$f90c4c70$13c01dd0@webjogger.net> In-Reply-To: <000501c3dd54$f90c4c70$13c01dd0@webjogger.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-questions@FreeBSD.ORG Subject: Re: Using Vi through a Serial Console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2004 16:37:53 -0000 Mario Antonio wrote: >Dear List, > >When I make a serial connection to a FreeBSD server that has its serial port >configured as a console, how can I make the "vi" editor work? > > >Mario > >--- >[This e-mail was scanned for viruses by Webjogger's AntiVirus Protection System] > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > export the TERM environment variable from the shell to the correct value, try: TERM=vt100 export TERM as a first shot... Scott