On 24Oct2012 06:09, Alex Efros <power...@powerman.name> wrote: | > Although I seem to feel that modern vim has better line wrapping | > behaviour in cut/paste than vi used to many years ago, so perhaps it | > is addressable. I'm pretty sure I can cut/paste (short) line of text | | Yeah, I've just checked it, long urls in vim (using ":set wrap") clicked | correctly in both konsole and urxvt. | | I've compared `ldd` output for vim and mutt, and looks like vim uses | libncurses.so.5 while mutt uses libncursesw.so.5 - not sure is this | important, but, anyway, if vim works ok, then this issue is surely mutt's | bug which can and should be fixed.
Mutt will likely be using curses in full on "gimme an addressable screen image". Vim and vi likely have a deeper knowledge; certainly vi used to do something sane even on terminals without a "delete-line" feature, so it was _not_ using just the naive virtual stuff. Anyway, it might be something mutt could address depending how its screen display stuff is written. I have never looked, let alone experimented with what might help here and what might not. -- Cameron Simpson <c...@zip.com.au>