]> granicus.if.org Git - mutt/commit
Pre-space softfill multi-column padding.
authorKevin McCarthy <kevin@8t8.us>
Thu, 14 Apr 2016 19:35:50 +0000 (12:35 -0700)
committerKevin McCarthy <kevin@8t8.us>
Thu, 14 Apr 2016 19:35:50 +0000 (12:35 -0700)
commit88a81b9491f9cb838fa5ae8a5bfd54f3e2670fb7
tree15a6988ef7128e6cbeab08ddb8df460d68671a34
parent34e53f8b6a4a143461324bd8492c1ce53dd8e500
Pre-space softfill multi-column padding.

Similar to the previous patch, this deals with multi-column padding
characters and soft-fill.  This will add spacing so the padding and
content after padding aligns with the right side.

You can see the effect by setting
  set index_format="%s %*我[ooooo]"
and resizing the terminal.  The right hand side will be jagged without
the patch.
muttlib.c