summaryrefslogtreecommitdiff
path: root/libre/sagemath/r-no-readline.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/sagemath/r-no-readline.patch')
-rw-r--r--libre/sagemath/r-no-readline.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/sagemath/r-no-readline.patch b/libre/sagemath/r-no-readline.patch
new file mode 100644
index 000000000..001d34f65
--- /dev/null
+++ b/libre/sagemath/r-no-readline.patch
@@ -0,0 +1,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,