summaryrefslogtreecommitdiff
path: root/terminal.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-10-19 19:16:28 -0700
committerMichael Pavone <pavone@retrodev.com>2015-10-19 19:16:28 -0700
commitda5249a364aac3ec1b6d28dd7200cf6cdd9a2913 (patch)
treee7edeec1163420ca06c59eacc88917fa72c8d110 /terminal.h
parent70a4bf6d6b7c79c936e96fc8e3cceb96c125695a (diff)
Added a command line option to force BlastEm to not open a new terminal even if it detects that stdin/out are not terminals
Diffstat (limited to 'terminal.h')
-rw-r--r--terminal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/terminal.h b/terminal.h
index 08986c2..13993ef 100644
--- a/terminal.h
+++ b/terminal.h
@@ -2,6 +2,7 @@
#define TERMINAL_H_
void init_terminal();
+void force_no_terminal();
#define INPUT_PATH "/tmp/blastem_input"
#define OUTPUT_PATH "/tmp/blastem_output"