From owner-freebsd-ports Thu Jun 25 12:51:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14588 for freebsd-ports-outgoing; Thu, 25 Jun 1998 12:51:11 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14498 for ; Thu, 25 Jun 1998 12:50:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA08454; Thu, 25 Jun 1998 12:50:01 -0700 (PDT) Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA13526 for ; Thu, 25 Jun 1998 12:46:08 -0700 (PDT) (envelope-from cmascott@world.std.com) Received: from world.std.com by europe.std.com (8.7.6/BZS-8-1.0) id PAA26761; Thu, 25 Jun 1998 15:46:01 -0400 (EDT) Received: from europa.my.pc (world-f.std.com) by world.std.com (TheWorld/Spike-2.0) id AA29626; Thu, 25 Jun 1998 15:44:49 -0400 Received: (from cem@localhost) by europa.my.pc (8.8.8/8.8.8) id PAA01967; Thu, 25 Jun 1998 15:44:10 -0400 (EDT) (envelope-from cem) Message-Id: <199806251944.PAA01967@europa.my.pc> Date: Thu, 25 Jun 1998 15:44:10 -0400 (EDT) From: cmascott@world.std.com Reply-To: cmascott@world.std.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7071: jove 4.16: Clicking button 1 causes xterm display corruption Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7071 >Category: ports >Synopsis: jove 4.16: Clicking button 1 causes xterm display corruption >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 25 12:50:01 PDT 1998 >Last-Modified: >Originator: Carl Mascott >Organization: >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: Jove 4.16 running in an xterm window >Description: When you click mouse button 1 in an xterm window running jove, the displayed character at the old cursor location is replaced with 'X'. Only the display is affected, not the buffer being edited. Redrawing the screen with ctrl-L fixes the display. >How-To-Repeat: Click mouse button 1 in window while editing a file. >Fix: Apply this patch to undefine XTERMBUG in mouse.c. Xterm apparently no longer has the bug. *** mouse.c.org Thu Mar 7 12:34:43 1996 --- mouse.c Thu Jun 25 14:17:16 1998 *************** *** 266,272 **** /* Format of command to xterm to start or stop mouse hilite tracking: * ^[ [ func ; startx ; starty ; firstrow ; lastrow T */ ! #define XTERMBUG #ifdef XTERMBUG static const char hl_fmt[] = "\033[%d;%d;%d;%d;%dTX"; #else --- 266,272 ---- /* Format of command to xterm to start or stop mouse hilite tracking: * ^[ [ func ; startx ; starty ; firstrow ; lastrow T */ ! /* #undef XTERMBUG */ #ifdef XTERMBUG static const char hl_fmt[] = "\033[%d;%d;%d;%d;%dTX"; #else >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message