Re: urxvt mouse selection / links troubles

2013-01-23 Thread David Demelier
On 11/01/2013 15:12, Guy Brand wrote:
> Fabian Keil (freebsd-lis...@fabiankeil.de) on 11/01/2013 at 14:18 wrote:
> 
> Hi
> 
>>> I use rxvt-unicode for years, but these days I'm having trouble when
>>> selecting link texts, what does not work anymore :
>>>
> ...
> 
>>> URxvt*font: xft:DejaVu Sans Mono:pixelsize=11
>>> URxvt*modifier:alt
>>> URxvt*urlLauncher: firefox
> 
> The changelog of 9.16 says there is an incompatible change from version
> 9.15: urlLauncher resource has been renamed to url-launcher.
> 

Thanks! Didn't see this one, it works again :)

Cheers,
David
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: urxvt mouse selection / links troubles

2013-01-11 Thread Guy Brand
Fabian Keil (freebsd-lis...@fabiankeil.de) on 11/01/2013 at 14:18 wrote:

Hi

> > I use rxvt-unicode for years, but these days I'm having trouble when
> > selecting link texts, what does not work anymore :
> > 
...

> > URxvt*font: xft:DejaVu Sans Mono:pixelsize=11
> > URxvt*modifier:alt
> > URxvt*urlLauncher: firefox

The changelog of 9.16 says there is an incompatible change from version
9.15: urlLauncher resource has been renamed to url-launcher.

-- 
bug

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: urxvt mouse selection / links troubles

2013-01-11 Thread Fabian Keil
David Demelier  wrote:

> 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: #ff
> 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.

I'm seeing similar issues since the upgrade to rxvt-unicode-9.16.
However I changed some options at the same time, currently using:

fk@r500 ~ $cat /var/db/ports/rxvt-unicode/options 
# This file is auto-generated by 'make config'.
# Options for rxvt-unicode-9.16
_OPTIONS_READ=rxvt-unicode-9.16
_FILE_COMPLETE_OPTIONS_LIST=256_COLOR BACKSPACE_KEY COMBINING DELETE_KEY 
GDK_PIXBUF IMLOCALE_FIX ISO14755 MOUSEWHEEL NEXT_SCROLLBAR NOTIFY PERL 
RXVT_SCROLLBAR SMART_RESIZE UNICODE3 XIM XTERM_SCROLLBAR
OPTIONS_FILE_UNSET+=256_COLOR
OPTIONS_FILE_SET+=BACKSPACE_KEY
OPTIONS_FILE_SET+=COMBINING
OPTIONS_FILE_SET+=DELETE_KEY
OPTIONS_FILE_SET+=GDK_PIXBUF
OPTIONS_FILE_SET+=IMLOCALE_FIX
OPTIONS_FILE_SET+=ISO14755
OPTIONS_FILE_SET+=MOUSEWHEEL
OPTIONS_FILE_SET+=NEXT_SCROLLBAR
OPTIONS_FILE_UNSET+=NOTIFY
OPTIONS_FILE_UNSET+=PERL
OPTIONS_FILE_SET+=RXVT_SCROLLBAR
OPTIONS_FILE_SET+=SMART_RESIZE
OPTIONS_FILE_SET+=UNICODE3
OPTIONS_FILE_SET+=XIM
OPTIONS_FILE_SET+=XTERM_SCROLLBAR

I haven't tried tracking the problem down yet.

Fabian


signature.asc
Description: PGP signature


urxvt mouse selection / links troubles

2013-01-10 Thread David Demelier
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: #ff
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"