From owner-freebsd-questions@FreeBSD.ORG Sat Dec 9 16:08:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BAC0A16A412 for ; Sat, 9 Dec 2006 16:08:00 +0000 (UTC) (envelope-from weiwu@sdf.lonestar.org) Received: from bossdog.realss.com (bossdog.realss.com [211.157.108.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id D326E43CD0 for ; Sat, 9 Dec 2006 16:05:59 +0000 (GMT) (envelope-from weiwu@sdf.lonestar.org) Received: from localhost (unknown [127.0.0.1]) by bossdog.realss.com (Postfix) with ESMTP id AA1891C003C for ; Sun, 10 Dec 2006 00:07:03 +0800 (CST) Received: from bossdog.realss.com ([127.0.0.1]) by localhost (bossdog.realss.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30539-19 for ; Sun, 10 Dec 2006 00:07:02 +0800 (CST) Received: from [218.193.55.195] (unknown [59.57.234.90]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by bossdog.realss.com (Postfix) with ESMTP id AC84F1C00A9 for ; Sun, 10 Dec 2006 00:07:01 +0800 (CST) From: =?UTF-8?Q?=E5=BC=A0=E9=9F=A1=E6=AD=A6?= To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Sat, 09 Dec 2006 16:52:30 +0800 Message-Id: <1165654350.17356.22.camel@joe.realss.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.0 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at bossdog.realss.com Subject: tip(1) connect to another host with serial cable: vim display junk text X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2006 16:08:00 -0000 Hello List. This is another stupid frequent question that might already get answered a thousand times, but I cannot do effective googles because the word 'tip' is too general. Local host is freebsd 6.1, remote host is Gentoo Linux. Both connected through serial cable on COM1. Now I wish to control Linux with my FreeBSD. This command can let me login to the Linux host $ tip com1 But after I logged in I found using VIM would create junk text. It seems VIM do not know my terminal is very wide (more then 130 characters per line). So, how do I fix it? Google did give me a lot of 'tips' but none of them is related to my problem... Best Regards