mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
add -u for unbuffered output
This commit is contained in:
parent
d95404a8b2
commit
a61039bb9c
@ -146,7 +146,7 @@ mode buffer is visited during an Emacs session. After that, use
|
||||
(const :tag "JPython" jpython))
|
||||
:group 'python)
|
||||
|
||||
(defcustom py-python-command-args '("-i")
|
||||
(defcustom py-python-command-args '("-u" "-i")
|
||||
"*List of string arguments to be used when starting a Python shell."
|
||||
:type '(repeat string)
|
||||
:group 'python)
|
||||
|
Loading…
x
Reference in New Issue
Block a user