From owner-freebsd-bugs@FreeBSD.ORG Tue Oct 2 10:10:13 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27AA316A41B for ; Tue, 2 Oct 2007 10:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EFA4613C45D for ; Tue, 2 Oct 2007 10:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l92AAC5P048234 for ; Tue, 2 Oct 2007 10:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l92AACRL048233; Tue, 2 Oct 2007 10:10:12 GMT (envelope-from gnats) Date: Tue, 2 Oct 2007 10:10:12 GMT Message-Id: <200710021010.l92AACRL048233@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: bruce@cran.org.uk Cc: Subject: Re: bin/21312: more incorrectly redraws screen on xterm resize X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bruce@cran.org.uk List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 10:10:13 -0000 The following reply was made to PR bin/21312; it has been noted by GNATS. From: bruce@cran.org.uk To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/21312: more incorrectly redraws screen on xterm resize Date: Tue, 2 Oct 2007 10:48:07 +0100 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline --x+6KMIRAuhnl3hBn Content-Type: message/rfc822 Content-Disposition: inline Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on muon.bluestop.org X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,SPF_NEUTRAL autolearn=no version=3.1.7-deb X-Original-To: bruce@cran.org.uk Delivered-To: brucec@muon.bluestop.org X-Greylist: delayed 1030 seconds by postgrey-1.27 at muon.bluestop.org; Tue, 02 Oct 2007 06:23:04 BST Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by muon.bluestop.org (Postfix) with ESMTP id 662013001D for ; Tue, 2 Oct 2007 06:23:04 +0100 (BST) Received: from [192.168.1.141] (c-24-6-147-161.hsd1.ca.comcast.net[24.6.147.161]) by comcast.net (rwcrmhc11) with ESMTP id <20071002050050m11003n8l0e>; Tue, 2 Oct 2007 05:00:50 +0000 Message-ID: <4701D082.4080007@greenwoodsoftware.com> Date: Mon, 01 Oct 2007 22:00:50 -0700 From: Mark Nudelman User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Bruce Cran Subject: Re: less incorrectly redraws screen on xterm resize References: <46F2D783.5080207@cran.org.uk> In-Reply-To: <46F2D783.5080207@cran.org.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Bruce, Thanks for the report. This bug should be fixed in less-408, which you can download from http://www.greenwoodsoftware.com/less. --Mark On 9/20/2007 1:26 PM, Bruce Cran wrote: > Hi, > > I've come across a problem with less running on a system with Xorg 7.3 > and FreeBSD 7.0-CURRENT - less isn't redrawing the screen properly when > a terminal window is resized. When the window is resized, the page > isn't redrawn at the new size, and pressing 'q' doesn't quit less but > causes the current byte number to be drawn in the first line instead. > This was first reported in the FreeBSD database as bin/21312 and can be > found at http://www.freebsd.org/cgi/query-pr.cgi?pr=21312&cat=bin - > there are more details of the problem at that page. The problem > doesn't seem to be limited to xterm though: I also see it occur in Gnome > Terminal. > > My system is as follows: > > > uname -a > FreeBSD muon.draftnet 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Fri Sep 14 > 23:03:19 BST 2007 > brucec@muon.draftnet:/usr/obj/usr/src/sys/INSPIRON amd64 > > pkg_info | grep xorg > xorg-apps-7.3 X.org apps meta-port > xorg-cf-files-1.0.2_2 X.org cf files for use with imake builds > xorg-fonts-100dpi-7.3 X.Org 100dpi bitmap fonts > xorg-fonts-7.3 X.org fonts meta-port > xorg-fonts-75dpi-7.3 X.Org 75dpi bitmap fonts > xorg-fonts-cyrillic-7.3 X.Org Cyrillic bitmap fonts > xorg-fonts-miscbitmaps-7.3 X.Org miscellaneous bitmap fonts > xorg-fonts-truetype-7.3 X.Org TrueType fonts > xorg-fonts-type1-7.3 X.Org Type1 fonts > xorg-libraries-7.3_1 X.org libraries meta-port > xorg-server-1.4,1 X.Org X server and related programs > > less --version > less 406 > Copyright (C) 1984-2005 Mark Nudelman > > less comes with NO WARRANTY, to the extent permitted by law. > For information about the terms of redistribution, > see the file named README in the less distribution. > Homepage: http://www.greenwoodsoftware.com/less > > -- > Bruce Cran --x+6KMIRAuhnl3hBn--