diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-24 12:24:54 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-24 12:25:03 -0500 |
commit | 2ee58f18bbf49bebb78bf5840e7f06a531fe8e28 (patch) | |
tree | d0a6c0f257aaac323c4a5824578dab8ae76360ec /ted.h | |
parent | 94e09c98f3dbef3c041750cc019efbc29e9254e6 (diff) |
get ctrl+w to work with split
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |