The R Project SVN R

Rev

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

Rev 48428 Rev 49486
Line 1900... Line 1900...
1900
    p->modbrk = mod;
1900
    p->modbrk = mod;
1901
    p->fbrk = fn;
1901
    p->fbrk = fn;
1902
}
1902
}
1903
 
1903
 
1904
font consolefn = NULL;
1904
font consolefn = NULL;
1905
char fontname[LF_FACESIZE+1];
1905
char fontname[LF_FACESIZE+4];
1906
int fontsty, pointsize;
1906
int fontsty, pointsize;
1907
int consoler = 25, consolec = 80, consolex = 0, consoley = 0;
1907
int consoler = 25, consolec = 80, consolex = 0, consoley = 0;
1908
int pagerrow = 25, pagercol = 80;
1908
int pagerrow = 25, pagercol = 80;
1909
int pagerMultiple = 1, haveusedapager = 0;
1909
int pagerMultiple = 1, haveusedapager = 0;
1910
int consolebufb = DIMLBUF, consolebufl = MLBUF, consolebuffered = 1;
1910
int consolebufb = DIMLBUF, consolebufl = MLBUF, consolebuffered = 1;