FIX: Run in terminal option default value (fixes #504)

This commit is contained in:
Alexander Koblov 2024-05-04 13:33:39 +03:00
commit 4cdf3f0e6c

View file

@ -78,7 +78,7 @@ const
RunInTermStayOpenCmd: String = 'xterm'; // default run in terminal command AND Stay open after command
RunInTermStayOpenParams: String = '-e sh -c ''{command}; echo -n Press ENTER to exit... ; read a''';
RunInTermCloseCmd: String = 'xterm'; // default run in terminal command AND Close after command
RunInTermCloseParams: String = '-e sh -c {command}';
RunInTermCloseParams: String = '-e sh -c ''{command}''';
MonoSpaceFont: String = 'Monospace';
{$ENDIF}
fmtCommandPath = '[%s]$:';