Re: [Mutt] #3453: mutt-1.5.18: wrap line as they can be selected with a double click

2010-09-25 Thread Mutt
#3453: mutt-1.5.18: wrap line as they can be selected with a double click ---+ Reporter: fr...@…| Owner: mutt-dev Type: defect | Status: new Priority: major | Milestone:

Re: [Mutt] #3453: mutt-1.5.18: wrap line as they can be selected with a double click

2010-09-25 Thread Moritz Barsnick
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

Re: [Mutt] #3453: mutt-1.5.18: wrap line as they can be selected with a double click

2010-09-25 Thread Thomas Dickey
On Fri, 24 Sep 2010, Michael Elkins wrote: On Fri, Sep 24, 2010 at 08:57:27PM -0400, Thomas Dickey wrote: no - using addch has no effect. curses collects all of that information and writes out the changes to the screen when "refresh" is called (which is also a side-effect of calling getch).

[PATCH] Include extra information in mutt version string for developer builds, take 3

2010-09-25 Thread David Champion
It seems that in the year I spent using OpenSolaris I forgot why I never used $(subcommand). Just moved back to Solaris 10 and remembered that this is one of the effects of its /bin/sh not being fully POSIX. Changed all $(foo) to `foo`, and exported with --git. # HG changeset patch # User David

Re: [Mutt] #3453: mutt-1.5.18: wrap line as they can be selected with a double click

2010-09-25 Thread Derek Martin
On Sat, Sep 25, 2010 at 08:15:44AM -0400, Thomas Dickey wrote: > >However, when I view the source code in vim or with less, double > >clicking *does* select the wrapped portion. > > vim doesn't use curses (it's a termcap application). > (n)curses happens to provide a termcap interface. But less d

Re: [Mutt] #3453: mutt-1.5.18: wrap line as they can be selected with a double click

2010-09-25 Thread Jean-Pierre Radley
Derek Martin typed (on Sat, Sep 25, 2010 at 05:00:41PM -0500): | On Sat, Sep 25, 2010 at 08:15:44AM -0400, Thomas Dickey wrote: | > >However, when I view the source code in vim or with less, double | > >clicking *does* select the wrapped portion. | > | > vim doesn't use curses (it's a termcap appl

Re: [Mutt] #3453: mutt-1.5.18: wrap line as they can be selected with a double click

2010-09-25 Thread Thomas Dickey
On Sat, 25 Sep 2010, Derek Martin wrote: On Sat, Sep 25, 2010 at 08:15:44AM -0400, Thomas Dickey wrote: However, when I view the source code in vim or with less, double clicking *does* select the wrapped portion. vim doesn't use curses (it's a termcap application). (n)curses happens to provid

Re: [Mutt] #3453: mutt-1.5.18: wrap line as they can be selected with a double click

2010-09-25 Thread Derek Martin
On Sat, Sep 25, 2010 at 06:09:16PM -0400, Thomas Dickey wrote: > it's a termcap application as well. "strings" shows me this: Fair enough... I see no (other) curses calls on my system either. -- Derek D. Martinhttp://www.pizzashack.org/ GPG Key ID: 0xDFBEAD02 -=-=-=-=- This message is pos

Re: [Mutt] #3453: mutt-1.5.18: wrap line as they can be selected with a double click

2010-09-25 Thread Thomas Dickey
On Sat, 25 Sep 2010, Derek Martin wrote: On Sat, Sep 25, 2010 at 06:09:16PM -0400, Thomas Dickey wrote: it's a termcap application as well. "strings" shows me this: Fair enough... I see no (other) curses calls on my system either. no problem (I knew it was termcap, offhand - haven't looked