summarylogtreecommitdiffstats
path: root/r-no-readline.patch
blob: 546719ed3ee1f4d85d2e1e5251bd0423dfdf1d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/sage/interfaces/r.py
+++ b/src/sage/interfaces/r.py
@@ -332,7 +332,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,