summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index de4827e..adf3587 100644
--- a/ted.h
+++ b/ted.h
@@ -272,6 +272,8 @@ typedef struct Ted {
Command warn_unsaved; // if non-zero, the user is trying to execute this command, but there are unsaved changes
bool build_shown; // are we showing the build output?
bool building; // is the build process running?
+
+ FILE *log;
BuildError *build_errors; // dynamic array of build errors
u32 build_error; // build error we are currently "on"