From owner-freebsd-current@FreeBSD.ORG Sun Dec 13 14:55:31 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B9DC10656AD for ; Sun, 13 Dec 2009 14:55:31 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from hosting.lissyara.su (hosting.lissyara.su [77.221.149.162]) by mx1.freebsd.org (Postfix) with ESMTP id B97EE8FC14 for ; Sun, 13 Dec 2009 14:55:30 +0000 (UTC) Received: from [95.27.64.15] (port=23946 helo=HP.lissyara.su) by hosting.lissyara.su with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.71 (FreeBSD)) (envelope-from ) id 1NJpr6-000BkV-VM for current@freebsd.org; Sun, 13 Dec 2009 17:55:28 +0300 Message-ID: <4B250060.3050609@lissyara.su> Date: Sun, 13 Dec 2009 17:55:28 +0300 From: Alex Keda User-Agent: Thunderbird 2.0.0.23 (X11/20091129) MIME-Version: 1.0 To: FreeBSD Current Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: hosting.lissyara.su Cc: Subject: About new console driver and applications behavior X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2009 14:55:31 -0000 hi! After latest changes in FreeBSD i have another behavior for applications such as vi, ee, vim ... Previously - if I open file for edit and close it - on screen stay file text. Now, if I close file - on screen - nothing - only 'vim /etc/rc.conf' Some behavior for top. if I set TERM=cons25r - it as an before, but, vim's behavior not adequacy - it forget about many keyboard buttons (such as arrow) I see it only with using X - in clean console - all OK. if I open ssh session to remote server - all OK. Problem exists only locally.