mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0002287] Open terminal (F9) does not work
This commit is contained in:
parent
4f06655700
commit
a384ee55ed
1 changed files with 2 additions and 3 deletions
|
|
@ -57,9 +57,8 @@ const
|
|||
faFolder = S_IFDIR;
|
||||
ReversePathDelim = '\';
|
||||
{$IFDEF DARWIN)}
|
||||
RunTermCmd = '/Applications/Utilities/Terminal.app %D'; // default terminal
|
||||
RunTermParams = '';
|
||||
RunInTerm = ''; // default run in terminal command
|
||||
RunTermCmd = '/Applications/Utilities/Terminal.app'; // default terminal
|
||||
RunTermParams = '%D';
|
||||
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