From da5249a364aac3ec1b6d28dd7200cf6cdd9a2913 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Mon, 19 Oct 2015 19:16:28 -0700 Subject: Added a command line option to force BlastEm to not open a new terminal even if it detects that stdin/out are not terminals --- terminal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'terminal.h') 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" -- cgit v1.2.3