From owner-freebsd-current@FreeBSD.ORG Thu Jun 14 23:12:51 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E63316A41F for ; Thu, 14 Jun 2007 23:12:51 +0000 (UTC) (envelope-from tom@uffner.com) Received: from eris.uffner.com (eris.uffner.com [207.245.121.212]) by mx1.freebsd.org (Postfix) with ESMTP id 014AC13C465 for ; Thu, 14 Jun 2007 23:12:50 +0000 (UTC) (envelope-from tom@uffner.com) Received: from xiombarg.uffner.com (static-71-162-143-94.phlapa.fios.verizon.net [71.162.143.94]) by eris.uffner.com (8.13.3/8.13.3) with ESMTP id l5EMmFTI001133 for ; Thu, 14 Jun 2007 18:48:16 -0400 (EDT) (envelope-from tom@uffner.com) Message-ID: <4671C5AF.9040203@uffner.com> Date: Thu, 14 Jun 2007 18:48:15 -0400 From: Tom Uffner User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070522 SeaMonkey/1.1.1 MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (eris.uffner.com [192.168.1.212]); Thu, 14 Jun 2007 18:48:16 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.6/3417/Wed Jun 13 19:08:43 2007 on eris.uffner.com X-Virus-Status: Clean Cc: Subject: annoying behavior in less(1) after v403 import 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: Thu, 14 Jun 2007 23:12:51 -0000 the recently imported new version of less (Mon Jun 4 01:42:44 2007 UTC (10 days, 19 hours ago) by delphij) appears to have a bug that appears when using the -e or --quit-at-eof option. if you exit less by reaching eof for the 2nd time, the cursor is left at the end of the top line of the screen or window and the terminal is not restored to cooked mode. this results in your shell prompt printing on the 2nd line in the midst of whatever text happened to be on the screen at the time. if you exit less by typing 'q' this does not happen. this problem did not exist in previous versions. please don't allow this to slip into 7.0 release. i'd rather see it ship w/ less v394 than an unpatched v404. tom