From owner-freebsd-current@FreeBSD.ORG Wed Sep 22 21:25:53 2010 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 A28E91065696 for ; Wed, 22 Sep 2010 21:25:53 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 723328FC1A for ; Wed, 22 Sep 2010 21:25:53 +0000 (UTC) Received: by pzk7 with SMTP id 7so343096pzk.13 for ; Wed, 22 Sep 2010 14:25:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=iiwfG5UNEPgKVh58qo2PKJOIoJDQ17aDO1WcllXzmww=; b=Aff3WuB+UbCChXrCVNqjngHclkl/r8fqwuRG7vFthjXOnCMLnm5v7uM+kIeyeR2UKz W70iu56Usa7M2t5l8T+2JnyRrTZBq3h50VVmAZH5ZC7kgTZRkHMETgxQu+YbgQsiF7cr c/HstHpqbmAG13MyGWYmFjm5uO70PJ4Dq767g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=JkmZhEJv2zEny+PeyU00JOAy95XbrG3cVqR8A1uAWYvhMJLK2IiK4hwqy8nkW0fSl5 l6l/W57mQ0ntgyXg9rY6/4IW4rNsK24xaYxfCe2YWgVAGdso8N6ZEpbDZJu4Z1vQK0lJ De4ZRWu3bg8/ugrOM5Vtim2M0b34VmtdAYwxQ= Received: by 10.142.70.5 with SMTP id s5mr681097wfa.148.1285190752841; Wed, 22 Sep 2010 14:25:52 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id o16sm5799wfh.7.2010.09.22.14.25.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 22 Sep 2010 14:25:51 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Wed, 22 Sep 2010 14:25:00 -0700 From: Pyun YongHyeon Date: Wed, 22 Sep 2010 14:25:00 -0700 To: Alexey Shuvaev Message-ID: <20100922212500.GJ10299@michelle.cdnetworks.com> References: <20100922205831.GI10299@michelle.cdnetworks.com> <20100922211805.GA2202@wep4035.physik.uni-wuerzburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100922211805.GA2202@wep4035.physik.uni-wuerzburg.de> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@FreeBSD.org Subject: Re: "tput clear"/vi breakage on console X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2010 21:25:53 -0000 On Wed, Sep 22, 2010 at 11:18:05PM +0200, Alexey Shuvaev wrote: > On Wed, Sep 22, 2010 at 01:58:31PM -0700, Pyun YongHyeon wrote: > > Hi, > > > > It seems "tput clear" on console wipes out entire screen without > > even showing a shell prompt. The only way I get characters is to > > enter "enter" key. I'm under the impression that the first line of > > console output is not displayed at all after "tput clear" command. > > Another thing I noticed is vi also does not show the first line > > of a file. Any idea? > > > Seems to work fine for me both in xterm and in the text console. > Sorry, I was wrong. It seems I blindly trusted monitor's auto-sizing capability. With manual adjustment the issue has gone.