mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Run in terminal option default value (fixes #504)
(cherry picked from commit 4cdf3f0e6c)
This commit is contained in:
parent
16df1c7991
commit
f3ed1d8fc5
1 changed files with 1 additions and 1 deletions
|
|
@ -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]$:';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue