summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tab.h b/src/tab.h
index 7e3c379..1258dd1 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -32,6 +32,7 @@ typedef struct MqTab MqTab;
#include "tab-body.h"
struct MqTab {
+ MqTab *root;
MqTab *parent;
MqTab *prev;
MqTab *next;