diff options
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 |