-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRconsole
More file actions
82 lines (64 loc) · 1.97 KB
/
Rconsole
File metadata and controls
82 lines (64 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Optional parameters for the console and the pager
# The system-wide copy is in rwxxxx/etc.
# A user copy can be installed in `R_USER'.
## Style
# This can be `yes' (for MDI) or `no' (for SDI).
MDI = no
# the next two are only relevant for MDI
toolbar = yes
statusbar = no
## Font.
# Please use only fixed width font.
# If font=FixedFont the system fixed font is used; in this case
# points and style are ignored. If font begins with "TT ", only
# True Type fonts are searched for.
font = TT Courier New
points = 10
style = normal # Style can be normal, bold, italic
# Dimensions (in characters) of the console.
rows = 80
columns = 316
# Dimensions (in characters) of the internal pager.
pgrows = 25
pgcolumns = 80
# should options(width=) be set to the console width?
setwidthonresize = yes
# memory limits for the console scrolling buffer, in chars and lines
bufbytes = 250000
buflines = 8000
# Initial position of the console (pixels, relative to the workspace for MDI)
xconsole = 0
yconsole = 0
# Dimension of MDI frame in pixels
# Format (w*h+xorg+yorg) or use -ve w and h for offsets from right bottom
# This will come up maximized if w==0
# MDIsize = 0*0+0+0
# MDIsize = 1000*800+100+0
# MDIsize = -50*-50+50+50 # 50 pixels space all round
# The internal pager can displays help in a single window
# or in multiple windows (one for each topic)
# pagerstyle can be set to `singlewindow' or `multiplewindows'
pagerstyle = singlewindow
## Colours for console and pager(s)
# (see rwxxxx/etc/rgb.txt for the known colours).
background = black
normaltext = AliceBlue
usertext = green
pagerbg = white
pagertext = navy
highlight = DarkRed
dataeditbg = white
dataedittext = navy
dataedituser = red
editorbg = white
editortext = black
## Initial position of the graphics window
## (pixels, <0 values from opposite edge)
xgraphics = -25
ygraphics = 0
## Language for messages
language =
## Default setting for console buffering: 'yes' or 'no'
buffered = yes
## Console cursor blink
cursor_blink = Partial