[Mutt] #3146: bad alignment in help screen
#3146: bad alignment in help screen
--------------------+-------------------------------------------------------
Reporter: vinc17 | Owner: mutt-dev
Type: defect | Status: new
Priority: minor | Milestone:
Component: mutt | Version: 1.5.18
Keywords: |
--------------------+-------------------------------------------------------
Help text is sometimes incorrectly aligned in help screen. For instance,
consider a muttrc file with:
{{{
macro index \ex ":set index_format='%4C %Z %[%b %d] %-15.15L (%4l)
%s'\r\CL"
macro index \ey ":set index_format='%4C %-12.12F %-12.12s %y'\r\CL"
}}}
On a 80-column terminal, the help screen shows:
{{{
<Esc>x macro :set index_format='%4C %Z %[%b %d]
%-15.15L (
+ %4l) %s'\r^L
<Esc>y macro :set index_format='%4C %-12.12F
%-12.12s %y'
+ \r^L
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3146>
Mutt <http://www.mutt.org/>
The Mutt mail user agent