Hi Michael, Thomas, On Fri, Sep 24, 2010 at 18:37:36 -0700, Michael Elkins wrote: > However, when I view the source code in vim or with less, double clicking > *does* select the wrapped portion.
I seem to recall that selecting wrapped lines in less never worked...until it started working at some time. *shrug* I just tested it with current less-436, it's fine in my terminal. The only relevant change log I could find it this: http://www.greenwoodsoftware.com/less/news.406.html * Don't output extraneous newlines, so copy & pasting lines from the output works better. barsn...@sunshine:~ > ldd `which less` linux-gate.so.1 => (0x00dd8000) libtinfo.so.5 => /lib/libtinfo.so.5 (0x05f5c000) libpcre.so.0 => /lib/libpcre.so.0 (0x04db6000) libc.so.6 => /lib/libc.so.6 (0x006a5000) /lib/ld-linux.so.2 (0x00680000) barsn...@sunshine:~ > rpm -qf /lib/libtinfo.so.5 ncurses-libs-5.6-20.20080927.fc10.i386 I'm not sure this is of any help. Could it also be terminal related? Moritz