The R Project SVN R

Rev

Rev 40594 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 40594 Rev 45351
Line 28... Line 28...
28
pgrows = 25
28
pgrows = 25
29
pgcolumns = 80
29
pgcolumns = 80
30
# should options(width=) be set to the console width?
30
# should options(width=) be set to the console width?
31
setwidthonresize = yes
31
setwidthonresize = yes
32
 
32
 
33
# memory limits for the console scrolling buffer, in bytes and lines
33
# memory limits for the console scrolling buffer, in chars and lines
-
 
34
# NB: bufbytes is in bytes for R < 2.7.0, chars thereafter.
34
bufbytes = 65000
35
bufbytes = 250000
35
buflines = 8000
36
buflines = 8000
36
 
37
 
37
# Initial position of the console (pixels, relative to the workspace for MDI)
38
# Initial position of the console (pixels, relative to the workspace for MDI)
38
# xconsole = 0
39
# xconsole = 0
39
# yconsole = 0
40
# yconsole = 0