blob: 001d34f6525de7289e8a28fba9e34a6f1be49149 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/sage/interfaces/r.py
+++ b/src/sage/interfaces/r.py
@@ -331,7 +331,7 @@
prompt = '> ', #default, later comes the change
# This is the command that starts up your program
- command = "R --vanilla --quiet",
+ command = "R --no-readline --vanilla --quiet",
server=server,
server_tmpdir=server_tmpdir,
|