commit | b7276cdf71d807f4ccdb8b52a309b2b943e31bab | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Wed Jul 31 13:15:59 2002 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Wed Jul 31 13:15:59 2002 +0000 |
tree | 3fcfd48d23b92cc420e11fa8cc65d430e92ce486 | |
parent | 33876f514a2ed2311cf94adb6f4bdb0db9fa6bdd [diff] [blame] |
Implemented starting Python in a terminal window. The implementation isn't optimal, especially if Terminal wasn't running yet, but it works.
diff --git a/Mac/OSX/PythonLauncher/FileSettings.m b/Mac/OSX/PythonLauncher/FileSettings.m index 99a1166..b3fc25a 100755 --- a/Mac/OSX/PythonLauncher/FileSettings.m +++ b/Mac/OSX/PythonLauncher/FileSettings.m
@@ -165,7 +165,7 @@ tabs?" -t":"", others, script, - with_terminal? "" : " &"]; + with_terminal? "&& exit" : " &"]; } // FileSettingsSource protocol