From owner-freebsd-questions@FreeBSD.ORG Fri Jan 11 07:28:02 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2FFEF6A2 for ; Fri, 11 Jan 2013 07:28:02 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ea0-f175.google.com (mail-ea0-f175.google.com [209.85.215.175]) by mx1.freebsd.org (Postfix) with ESMTP id C318A6C8 for ; Fri, 11 Jan 2013 07:28:01 +0000 (UTC) Received: by mail-ea0-f175.google.com with SMTP id h11so561242eaa.34 for ; Thu, 10 Jan 2013 23:27:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=HMnRvNG1fOkUNVbPBWsu31hencKGDk6TVA695G798Gc=; b=QePHnniZ0oNdMUNsdk8stf+kZn/F9izGgokxoAc+Div501NIK86j6OQS17vwNfE/i3 ydgHRDYGyoc8eJLhM8L0HVQ6H9G4Ehs0CSACBNn9BqD0kC8qtILav99PUwcUkp5H1grk OItd/l80YyNfqopKJSnn/bN9XSfm/7m8NObk93uEgiq673dGh621ovFBfwyyT8RlNhFA YcbhI6Yd//oXJUw0ycIfB8lXdloR/jKabAs1Z37GyT512u2pBXUTbrPOqE2c98UIheML 78/tzoEpBM4kHPvSaDuF49U/zXuVD7HnWSJRmEEZSuNOs3QQt80wojGeWEVpMHDkaXrJ 8Krg== X-Received: by 10.14.176.66 with SMTP id a42mr199220970eem.34.1357889275415; Thu, 10 Jan 2013 23:27:55 -0800 (PST) Received: from Melon.malikania.fr (wifi-osiris-sec-22-131.u-strasbg.fr. [130.79.22.131]) by mx.google.com with ESMTPS id e2sm7387294eeo.8.2013.01.10.23.27.53 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Jan 2013 23:27:54 -0800 (PST) Message-ID: <50EFBEF3.2050700@gmail.com> Date: Fri, 11 Jan 2013 08:27:47 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: urxvt mouse selection / links troubles Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 07:28:02 -0000 Hello, I use rxvt-unicode for years, but these days I'm having trouble when selecting link texts, what does not work anymore : o clicking on the text to open the browser, using URxvt*urlLauncher: firefox o trouble when selecting text (sometimes it does not copy to clipboard) o trouble when selecting text bis, a large part of terminal is selected while I only tried to select a link. This is my config : URxvt*font: xft:DejaVu Sans Mono:pixelsize=11 URxvt*modifier:alt URxvt*urlLauncher: firefox URxvt*matcher.button: 1 URxvt*cursorColor: #ffffff URxvt*cursorBlink: false URxvt*intensityStyles: true URxvt*shading: 20 URxvt*perl-ext-common: default,matcher URxvt*title: Terminal In this screenshot http://markand.malikania.fr/pics/selection.png I've tried to select the WWW link so I clicked near the http:// beginning and moving to the end of the link, and you can see what have been selected. Cheers, David