diff options
author | Steven M. Gava <elguavas@python.net> | 2002-06-11 04:45:34 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-06-11 04:45:34 (GMT) |
commit | 7981ce576c719e291dc901a3463e725b6be3c50e (patch) | |
tree | 33e87f7df0b4968d626a4dc5a37d6843ca770ee5 /Lib/idlelib/config-main.def | |
parent | 55ad7f84a4ccf6f540b6bc350fb09f19348a4193 (diff) | |
download | cpython-7981ce576c719e291dc901a3463e725b6be3c50e.zip cpython-7981ce576c719e291dc901a3463e725b6be3c50e.tar.gz cpython-7981ce576c719e291dc901a3463e725b6be3c50e.tar.bz2 |
add a version of GvR's q&d python idle printing patch,
slightly tweaked and modified for the idlefork config system
Diffstat (limited to 'Lib/idlelib/config-main.def')
-rw-r--r-- | Lib/idlelib/config-main.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index 01f0662..cd52b21 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def @@ -28,6 +28,8 @@ [General] editor-on-startup= 1 +print-command-posix=lpr %s +print-command-win=start /min notepad /p %s [EditorWindow] width= 80 |