diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-10-19 19:16:28 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-10-19 19:16:28 -0700 |
commit | da5249a364aac3ec1b6d28dd7200cf6cdd9a2913 (patch) | |
tree | e7edeec1163420ca06c59eacc88917fa72c8d110 /terminal.h | |
parent | 70a4bf6d6b7c79c936e96fc8e3cceb96c125695a (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |