mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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:
parent
33876f514a
commit
b7276cdf71
5 changed files with 177 additions and 6 deletions
|
@ -165,7 +165,7 @@
|
|||
tabs?" -t":"",
|
||||
others,
|
||||
script,
|
||||
with_terminal? "" : " &"];
|
||||
with_terminal? "&& exit" : " &"];
|
||||
}
|
||||
|
||||
// FileSettingsSource protocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue