From b063cac571202757ec25f2c6e2a772684b88d4ae Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Tue, 5 May 2020 11:56:54 -0400 Subject: Added input handling with escaping, all untested. --- gemini-windows.prj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gemini-windows.prj') diff --git a/gemini-windows.prj b/gemini-windows.prj index d70f6cd..79a1595 100644 --- a/gemini-windows.prj +++ b/gemini-windows.prj @@ -31,6 +31,9 @@ "Files":[{ "filename":".\\dumb_render.f90", "enabled":"1" + },{ + "filename":".\\escape.f90", + "enabled":"1" },{ "filename":".\\files.f90", "enabled":"1" @@ -91,7 +94,7 @@ "Launch Using MPI":"false", "Keep Console":"true", "External Console":"true", - "Command Line Arguments":"gemini://pon.ix.tc", + "Command Line Arguments":"", "Build Before Launch":"true" }, "Build Options":{ -- cgit v1.2.3