Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Link to #25806 to explain the --no-readline switch
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Jul 9, 2018
1 parent 2d8f4bc commit 9e6ea7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/interfaces/r.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ def __init__(self,
prompt = '> ', #default, later comes the change

# This is the command that starts up your program
# See #25806 for the --no-readline switch which fixes hangs for some
command = "R --no-readline --vanilla --quiet",

server=server,
Expand Down

0 comments on commit 9e6ea7e

Please sign in to comment.