diff options
-rw-r--r-- | src/tab.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -368,6 +368,7 @@ mq_tab_new_root(void) tab->prev = NULL; tab->next = NULL; tab->first_child = tab->last_child = NULL; + tab->position = 0; tab->tree_size = 1; return tab; |