]> granicus.if.org Git - neomutt/commit
eliminate MuttIndexWindow from deep functions
authorRichard Russon <rich@flatcap.org>
Mon, 21 Oct 2019 10:45:27 +0000 (11:45 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 23 Oct 2019 10:37:44 +0000 (11:37 +0100)
commit60ce0c0478c8b6c91ea861c88bf7cccbf2ae3883
tree5c25d9064a16f42cd54b3f7b544774645d1fcaac
parent9dbe02ed5bc5737333082e388e12680c24dac76c
eliminate MuttIndexWindow from deep functions

These functions needed an extra parameter:

- `mutt_help()`
- `dump_unbound()`
- `dump_menu()`
- `format_line()`

These functions used the new `State.wraplen` member:

- `quote_width()`
- `text_enriched_handler()`
enriched.c
help.c
index.c
menu.c
pager.c
protos.h
rfc3676.c