From owner-freebsd-current@FreeBSD.ORG Wed Sep 22 20:59:24 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 50395106564A for ; Wed, 22 Sep 2010 20:59:24 +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 246938FC17 for ; Wed, 22 Sep 2010 20:59:23 +0000 (UTC) Received: by pzk7 with SMTP id 7so337578pzk.13 for ; Wed, 22 Sep 2010 13:59:23 -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:subject :message-id:reply-to:mime-version:content-type:content-disposition :user-agent; bh=N8Q9JvUxPVxPMGKZ/HcrmuIkIC0JyFMDaw3jbwk5PUI=; b=jvv3YAnD4AlgdncEEMnjjciBVF3xaofgMGa5qrY0mC6YfYvccwvtDS/7+jO7DkuA6f PD040/LSiONB1kEuzwXs9EpQN5L79GJ24u9UNU44DOqFwMeW9KizFpU38lgSmjdgIV+5 NiwQBYnBmUyWKAcJQuhA0c6/LkKzJziwSePUc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:subject:message-id:reply-to:mime-version:content-type :content-disposition:user-agent; b=wI32vJdIMnpoa2lk9bofFlrav04vehAxJXEJU7k2yy7ESZu8NMU/g5KZZ3jxgMex+n wzRJawCvMKB54bbKteXAr56n2afO3FDW7VLFBYVXz3kn6HnmVczPj5l0aiM8auacMhNY Dmo4zC7itTNGfXJZRglqMNtKUl9hdOj0PMvSI= Received: by 10.142.90.12 with SMTP id n12mr654677wfb.192.1285189163517; Wed, 22 Sep 2010 13:59:23 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id o9sm10419368wfd.16.2010.09.22.13.59.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 22 Sep 2010 13:59:22 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Wed, 22 Sep 2010 13:58:31 -0700 From: Pyun YongHyeon Date: Wed, 22 Sep 2010 13:58:31 -0700 To: freebsd-current@FreeBSD.org Message-ID: <20100922205831.GI10299@michelle.cdnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: "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 20:59:24 -0000 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?