On Tue, 30 Nov 2010, Francois Lallart wrote:
I think pager code does addch('\n') when line wraping (pager.c:1233 then pager.c:1490). I modified wrap_cols (pager.c:1100) to avoid that addch('\n') but it still doesn't allow to select a multi lines url.
That's expected behavior. It would only change if there were some way to tell curses to not optimize the wrapped lines.
On Fri, Sep 24, 2010 at 17:26:22 -0700, Michael Elkins wrote:Does the fact that mutt writes to the screen 1 character at a time have any effect? I just verified that the pager code does not do addch('\n') when line wrapping (pager.c:1490), it lets ncurses do the wrapping. mutt *does* reset the color attributes before writing the next line.me-- fraff
-- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net