The R Project SVN R

Rev

Rev 11588 | Rev 37860 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11588 Rev 24725
Line 10... Line 10...
10
statusbar = yes
10
statusbar = yes
11
 
11
 
12
## Font.
12
## Font.
13
# Please use only fixed width font.
13
# Please use only fixed width font.
14
# If font=FixedFont the system fixed font is used; in this case
14
# If font=FixedFont the system fixed font is used; in this case
15
# points and style are ignored. If font begins with "TT ", only 
15
# points and style are ignored. If font begins with "TT ", only
16
# True Type fonts are searched for.
16
# True Type fonts are searched for.
17
font = TT Courier New
17
font = TT Courier New
18
points = 10
18
points = 10
19
style = normal # Style can be normal, bold, italic
19
style = normal # Style can be normal, bold, italic
20
 
20
 
Line 30... Line 30...
30
 
30
 
31
# memory limits for the console scrolling buffer, in bytes and lines
31
# memory limits for the console scrolling buffer, in bytes and lines
32
bufbytes = 65000
32
bufbytes = 65000
33
buflines = 8000
33
buflines = 8000
34
 
34
 
-
 
35
# Initial position of the console (pixels, relative to the workspace for MDI)
-
 
36
# xconsole = 0
-
 
37
# yconsole = 0
-
 
38
 
-
 
39
# Dimension of MDI frame in pixels
-
 
40
# Format (w*h+xorg+yorg) or use -ve w and h for offsets from right bottom
-
 
41
# This will come up maximized if w==0
-
 
42
# MDIsize = 0*0+0+0
-
 
43
# MDIsize = 1000*800+100+0
-
 
44
# MDIsize = -50*-50+50+50  # 50 pixels space all round
-
 
45
 
35
# The internal pager can displays help in a single window
46
# The internal pager can displays help in a single window
36
# or in multiple windows (one for each topic)
47
# or in multiple windows (one for each topic)
37
# pagerstyle can be set to `singlewindow' or `multiplewindows'
48
# pagerstyle can be set to `singlewindow' or `multiplewindows'
38
pagerstyle = multiplewindows
49
pagerstyle = multiplewindows
39
 
50
 
Line 42... Line 53...
42
# (see rwxxxx/etc/rgb.txt for the known colours).
53
# (see rwxxxx/etc/rgb.txt for the known colours).
43
background = White
54
background = White
44
normaltext = NavyBlue
55
normaltext = NavyBlue
45
usertext = Red
56
usertext = Red
46
highlight = DarkRed
57
highlight = DarkRed
-
 
58
 
-
 
59
 
-
 
60
## Initial position of the graphics window 
-
 
61
## (pixels, <0 values from opposite edge)
-
 
62
xgraphics = -25
-
 
63
ygraphics = 0