Use mutt_paddstr() to print compose menu's status line rather than printw().
authorRocco Rutte <pdmef@gmx.net>
Wed, 19 Sep 2007 09:53:03 +0000 (11:53 +0200)
committerRocco Rutte <pdmef@gmx.net>
Wed, 19 Sep 2007 09:53:03 +0000 (11:53 +0200)
commit0c95c3b9e4499c633039210048ce6ce08d56965b
tree03f24f94c9c6c0093bfc7d7a9bcf1127f9d13baa
parent67801eba6fd23a7e0e8ad3622feb6597cd83907d
Use mutt_paddstr() to print compose menu's status line rather than printw().
All other menus use mutt_paddstr(): printw() prints only N bytes, not N columns.
compose.c