Make message log a TAILQ.

This commit is contained in:
nicm
2015-04-25 18:33:59 +00:00
parent 6dbd63ba4f
commit 07dfdb974d
6 changed files with 27 additions and 25 deletions

View File

@ -49,6 +49,8 @@
* it reaches zero.
*/
ARRAY_DECL(window_pane_list, struct window_pane *);
/* Global window list. */
struct windows windows;