diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-07 11:31:56 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-07 11:31:56 -0500 |
commit | 4e2e9f00ec0c67a577639df399fef9851c3ae78d (patch) | |
tree | ae9a2031d3628d857e4caf02f5a91a43858ea447 /ted.h | |
parent | 0ccd4de98d9f432053552edde65691888b564fdf (diff) |
resizable build window
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |