summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-03-07 11:31:56 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-03-07 11:31:56 -0500
commit4e2e9f00ec0c67a577639df399fef9851c3ae78d (patch)
treeae9a2031d3628d857e4caf02f5a91a43858ea447 /ted.h
parent0ccd4de98d9f432053552edde65691888b564fdf (diff)
resizable build window
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index 586fcd9..3628c54 100644
--- a/ted.h
+++ b/ted.h
@@ -309,6 +309,9 @@ typedef struct Ted {
// points to a selector if any is open, otherwise NULL.
Selector *selector_open;
+
+ float build_output_height; // what % of the screen the build output takes up
+ bool resizing_build_output;
Process build_process;
// When we read the stdout from the build process, the tail end of the read could be an