]> granicus.if.org Git - mutt/commit
Use dynamic buffer for displaying pager lines. Closes #3162.
authorRocco Rutte <pdmef@gmx.net>
Sun, 26 Apr 2009 10:00:42 +0000 (12:00 +0200)
committerRocco Rutte <pdmef@gmx.net>
Sun, 26 Apr 2009 10:00:42 +0000 (12:00 +0200)
commitd39d9c0cff9057c13ea28c7b21df62c16d2151b8
treeb32849b9b39b2a6006c35ac0458a62e90fb27297
parent6936d7a665ff6d4bc5ec28ba169da0fb25b15af6
Use dynamic buffer for displaying pager lines. Closes #3162.

With too small fixed-size buffers we can't color/find certain words
that span buffers. This needs to duplicate mutt_read_line with the
adjustment to leave line termination in and not support breaking
long lines using \ at EOL. Other callers may want to use this one
instead, too as we support \-escaping in too many places.
pager.c