mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: change the default terminal parameter from '%D' to '%d0' on macOS
This commit is contained in:
parent
5af28c634e
commit
19bfc7bc06
1 changed files with 4 additions and 2 deletions
|
|
@ -57,8 +57,10 @@ const
|
|||
faFolder = S_IFDIR;
|
||||
ReversePathDelim = '\';
|
||||
{$IF DEFINED(DARWIN)}
|
||||
RunTermCmd: String = '/Applications/Utilities/Terminal.app'; // default terminal
|
||||
RunTermParams = '%D';
|
||||
// default terminal
|
||||
RunTermCmd: String = '/Applications/Utilities/Terminal.app';
|
||||
// it's more suitable than %D, especially in Stash, iCloud, SearchResult etc.
|
||||
RunTermParams = '%d0';
|
||||
RunInTermStayOpenCmd = '%COMMANDER_PATH%/scripts/terminal.sh'; // default run in terminal command AND Stay open after command
|
||||
RunInTermStayOpenParams = '''{command}''';
|
||||
RunInTermCloseCmd = ''; // default run in terminal command AND Close after command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue