From owner-freebsd-ports-bugs@freebsd.org Thu Aug 20 08:54:26 2020 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D5A983B7494 for ; Thu, 20 Aug 2020 08:54:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4BXJNy5N3pz46C9 for ; Thu, 20 Aug 2020 08:54:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id B882E3B7493; Thu, 20 Aug 2020 08:54:26 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B84E33B71CE for ; Thu, 20 Aug 2020 08:54:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BXJNy4W9Vz46Nk for ; Thu, 20 Aug 2020 08:54:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7E40F11AE6 for ; Thu, 20 Aug 2020 08:54:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 07K8sQjt081584 for ; Thu, 20 Aug 2020 08:54:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 07K8sQDt081583 for ports-bugs@FreeBSD.org; Thu, 20 Aug 2020 08:54:26 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 248772] sysutils/less: option "--mouse" breaks selecting/copying text in xterm. Date: Thu, 20 Aug 2020 08:54:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ottavio2006-usenet2012@yahoo.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Aug 2020 08:54:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248772 Bug ID: 248772 Summary: sysutils/less: option "--mouse" breaks selecting/copying text in xterm. Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: ottavio2006-usenet2012@yahoo.com CC: jharris@widomaker.com Flags: maintainer-feedback?(jharris@widomaker.com) CC: jharris@widomaker.com % uname -a FreeBSD FreeBSD 12.1-RELEASE-p8 FreeBSD 12.1-RELEASE-p8 GENERIC amd64 I have installed less from ports: % /usr/local/bin/less --version less 551 (PCRE regular expressions) Launching less with the "--mouse" option prevents selecting and copying tex= t in xterm compliant terminals by the usual left-down-clicking. How to replicate: 1) Install less from ports 2) /usr/local/bin/less /var/log/messages. Select a block of text by left-down-clicking: this work 3) /usr/local/bin/less --mouse /var/log/messages Select a block of text by left-down-clicking: doesn't work. Workaround: selecting a block of text by [SHIFT] + left-down-clicking: work= s, but it is not expected behaviour. Same thing happens if $PAGER is set to "/usr/local/bin/less --mouse". My environment: % setenv USER=3Doc LOGNAME=3Doc HOME=3D/home/oc SHELL=3D/bin/tcsh BLOCKSIZE=3DK MAIL=3D/var/mail/oc PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/o= c/bin TERM=3Dxterm HOSTTYPE=3DFreeBSD VENDOR=3Damd OSTYPE=3DFreeBSD MACHTYPE=3Dx86_64 SHLVL=3D1 PWD=3D/home/oc GROUP=3Doc HOST=3DFreeBSD EDITOR=3Dvi PAGER=3Dless LESS=3D-i -m +Gg Resetting $LESS to null doesn't solve the issue. --=20 You are receiving this mail because: You are the assignee for the bug.=