Implemented starting Python in a terminal window. The implementation isn't

optimal, especially if Terminal wasn't running yet, but it works.
This commit is contained in:
Jack Jansen 2002-07-31 13:15:59 +00:00
parent 33876f514a
commit b7276cdf71
5 changed files with 177 additions and 6 deletions

View file

@ -165,7 +165,7 @@
tabs?" -t":"",
others,
script,
with_terminal? "" : " &"];
with_terminal? "&& exit" : " &"];
}
// FileSettingsSource protocol