On Tue, Apr 19, 2016 at 12:16:47PM -0700, Kevin J. McCarthy wrote:
> This is a series of 8+ patches, centralizing Mutt screen drawing
> inside windows (mutt_window_t structures).
>
> Currently, the screen drawing and cursor positioning logic is
> distributed all over the code, resulting in many fi
This is a series of 8+ patches, centralizing Mutt screen drawing
inside windows (mutt_window_t structures).
Currently, the screen drawing and cursor positioning logic is
distributed all over the code, resulting in many files having the same
logic of where the help, status, message windows are. Ad