summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-24 12:24:54 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-24 12:25:03 -0500
commit2ee58f18bbf49bebb78bf5840e7f06a531fe8e28 (patch)
treed0a6c0f257aaac323c4a5824578dab8ae76360ec /ted.h
parent94e09c98f3dbef3c041750cc019efbc29e9254e6 (diff)
get ctrl+w to work with split
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ted.h b/ted.h
index 9f6c582..3c31ab0 100644
--- a/ted.h
+++ b/ted.h
@@ -236,7 +236,6 @@ typedef struct Ted {
// while a menu or something is open, there is no active buffer. when the menu is closed,
// the old active buffer needs to be restored. that's what this stores.
TextBuffer *prev_active_buffer;
- Node *root;
Node *active_node;
Settings settings;
float window_width, window_height;