Re: [PATCH 1 of 8] Add window structures to use for screen layout.

2016-04-23 Thread Kevin J. McCarthy
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

Re: [PATCH 1 of 8] Add window structures to use for screen layout.

2016-04-19 Thread Kevin J. McCarthy
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