Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 2003 18:55:05 -0700 (PDT)
From:      =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= <mbsd@pacbell.net>
To:        Alex de Kruijff <freebsd@akruijff.dds.nl>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: xterm questions
Message-ID:  <20030614185220.A30278@atlas.home>
In-Reply-To: <20030614233720.GA82058@dds.nl>
References:  <20030614233720.GA82058@dds.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 15 Jun 2003, Alex de Kruijff wrote:

> I have a configuration question about how to change the default
> selecting proces. I would like it when i select a URL (with a
> double click), that it select the whole URL instead of just one
> word (sperating at [:/@]). It this posible?

Try running:

 xterm -cc 46-47:48,58:48,64:48

or put something like:

 XTerm*charClass: 46-47:48,58:48,64:48

in your Xdefaults.  See xterm(1), especially the section on character
classes.  Since URLs can contain all sorts of junk, you may want to
expand on the above example.

   $.02,
   /Mikko



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030614185220.A30278>